We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd575ee commit d10d9eeCopy full SHA for d10d9ee
tests/test_concurrency.py
@@ -696,6 +696,7 @@ def random_load(): # pragma: nested
696
697
698
@pytest.mark.skipif(env.WINDOWS, reason="SIGTERM doesn't work the same on Windows")
699
+@flaky(max_runs=3) # Sometimes a test fails due to inherent randomness. Try more times.
700
class SigtermTest(CoverageTest):
701
"""Tests of our handling of SIGTERM."""
702
0 commit comments