Skip to content

Commit

Permalink
gh-121065: Temporarily skip flaky test on free-threaded build (#121100)
Browse files Browse the repository at this point in the history
  • Loading branch information
colesbury authored Jun 27, 2024
1 parent e9b4ec6 commit 4a62a33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_signal.py
Original file line number Diff line number Diff line change
Expand Up @@ -1345,6 +1345,7 @@ def handler(signum, frame):
# Python handler
self.assertEqual(len(sigs), N, "Some signals were lost")

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

0 comments on commit 4a62a33

Please sign in to comment.