mirror of https://github.com/python/cpython
gh-121065: Temporarily skip flaky test on free-threaded build (#121100)
This commit is contained in:
parent
e9b4ec614b
commit
4a62a331de
|
@ -1345,6 +1345,7 @@ class StressTest(unittest.TestCase):
|
|||
# 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")
|
||||
|
|
Loading…
Reference in New Issue