Skip to content

Commit

Permalink
fuck this in particular
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jan 3, 2024
1 parent 9515ad5 commit 614465c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_concurrency.py
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,7 @@ def random_load() -> None: # pragma: nested


@pytest.mark.skipif(env.WINDOWS, reason="SIGTERM doesn't work the same on Windows")
@pytest.mark.skipif(env.METACOV and env.LINUX and env.PYVERSION >= (3, 12), "fuck this")
@flaky(max_runs=3) # Sometimes a test fails due to inherent randomness. Try more times.
class SigtermTest(CoverageTest):
"""Tests of our handling of SIGTERM."""
Expand Down

0 comments on commit 614465c

Please sign in to comment.