Skip to content

Commit

Permalink
Quarantine the test test_send_tasks_to_celery_hang (#32971)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincbeck committed Jul 31, 2023
1 parent 4f83e83 commit e46929b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/providers/celery/executors/test_celery_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ def register_signals():


@pytest.mark.execution_timeout(200)
@pytest.mark.quarantined
def test_send_tasks_to_celery_hang(register_signals):
"""
Test that celery_executor does not hang after many runs.
Expand Down

0 comments on commit e46929b

Please sign in to comment.