From 7d4bf0ab28719c606b80f7b59a251e92e6bbb9f0 Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Fri, 29 Dec 2023 09:22:13 +0300 Subject: [PATCH] Added/Updated tests\bugs\core_6272_test.py: removed old commented 'fixme' mark. --- tests/bugs/core_6272_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/bugs/core_6272_test.py b/tests/bugs/core_6272_test.py index d6a97122..789dbff6 100644 --- a/tests/bugs/core_6272_test.py +++ b/tests/bugs/core_6272_test.py @@ -63,7 +63,6 @@ trace = """ trace_conf = temp_file('trace.conf') -#@pytest.mark.skipif(platform.system() == 'Windows', reason='FIXME: see notes') @pytest.mark.version('>=4.0') def test_1(act: Action, db_nonexistent: Database, trace_conf: Path, capsys): with ServerKeeper(act, None): # Use embedded server for trace