Skip to content

Commit

Permalink
Skipping test_tasks::test_task_accepted - Test fails randomly (non-de…
Browse files Browse the repository at this point in the history
…terministic) (#8761)
  • Loading branch information
Nusnus committed Jan 7, 2024
1 parent 9ac848f commit 851b897
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/integration/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,8 @@ def test_fail_with_unpickleable_exception(self, manager):

assert result.status == 'FAILURE'

@flaky
# Requires investigation why it randomly succeeds/fails
@pytest.mark.skip(reason="Randomly fails")
def test_task_accepted(self, manager, sleep=1):
r1 = sleeping.delay(sleep)
sleeping.delay(sleep)
Expand Down

0 comments on commit 851b897

Please sign in to comment.