From fc839484e601710644d9bb90d6d19fa32c03e318 Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Fri, 29 Dec 2023 09:22:36 +0300 Subject: [PATCH] Added/Updated tests\bugs\core_6411_test.py: removed old commented 'fixme' mark. --- tests/bugs/core_6411_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/bugs/core_6411_test.py b/tests/bugs/core_6411_test.py index 17c19f8f..157d55f1 100644 --- a/tests/bugs/core_6411_test.py +++ b/tests/bugs/core_6411_test.py @@ -73,7 +73,6 @@ expected_stdout = """ isql_script = temp_file('test-script-6411.sql') -#@pytest.mark.skipif(platform.system() == 'Windows', reason='FIXME: see notes') @pytest.mark.version('>=3.0.7') def test_1(act: Action, isql_script: Path, capsys): for step in range(0,2):