Skip to content

Commit

Permalink
Mark test_send_tas_to_celery_hang as quarantined (#16169)
Browse files Browse the repository at this point in the history
The test_send_tasks_to_celery_hang hangs on self-hosted runners more
often than not.

It's been introduced in #15989 and while the test does not usually hang
on regular GitHub runners, or in case of running it locally (I could not
make it fail), it does hang almost always when run on self-hosted
runners.

Marking it as quarantined for now.

Issue #16168 created to keep track of it.
  • Loading branch information
potiuk authored May 30, 2021
1 parent 7c976f9 commit 4bdf46d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/executors/test_celery_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ def register_signals():
signal.signal(signal.SIGUSR2, orig_sigusr2)


@pytest.mark.quarantined
def test_send_tasks_to_celery_hang(register_signals): # pylint: disable=unused-argument
"""
Test that celery_executor does not hang after many runs.
Expand Down

0 comments on commit 4bdf46d

Please sign in to comment.