Skip to content

Commit 70bbf64

Browse files
committed
pythongh-121065: Temporarily skip flaky test on free-threaded build
1 parent e9b4ec6 commit 70bbf64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_signal.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,6 +1345,7 @@ def handler(signum, frame):
13451345
# Python handler
13461346
self.assertEqual(len(sigs), N, "Some signals were lost")
13471347

1348+
@support.requires_gil_enabled("gh-121065: test is flaky on free-threaded build")
13481349
@unittest.skipIf(is_apple, "crashes due to system bug (FB13453490)")
13491350
@unittest.skipUnless(hasattr(signal, "SIGUSR1"),
13501351
"test needs SIGUSR1")

0 commit comments

Comments
 (0)