Skip to content

Commit 557df24

Browse files
committed
tests: skip, don't xfail
1 parent 2ad0350 commit 557df24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fast/api/test_connection_interrupt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
class TestConnectionInterrupt(object):
10-
@pytest.mark.xfail(sys.platform == "win32" and sys.version_info[:2] == (3, 14) and __import__('sysconfig').get_config_var("Py_GIL_DISABLED") == 1, reason="known issue on Windows 3.14t (free-threaded)", strict=False)
10+
@pytest.mark.skipif(sys.platform == "win32" and sys.version_info[:2] == (3, 14) and __import__('sysconfig').get_config_var("Py_GIL_DISABLED") == 1, reason="known issue on Windows 3.14t (free-threaded)")
1111
@pytest.mark.xfail(
1212
condition=platform.system() == "Emscripten",
1313
reason="threads not allowed on Emscripten",

0 commit comments

Comments
 (0)