Skip to content

Commit ada6061

Browse files
skshetrykarajan1001
authored andcommitted
Update tests/func/experiments/test_queue.py
1 parent 6515cb7 commit ada6061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/func/experiments/test_queue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def test_celery_logs(
6464
assert "failed to reproduce 'failed-copy-file'" in captured.out
6565

6666

67-
@pytest.mark.flaky(rerun=3)
67+
@pytest.mark.flaky(max_runs=3, min_passes=1)
6868
def test_queue_remove_done(dvc, failed_tasks, success_tasks):
6969
assert len(dvc.experiments.celery_queue.failed_stash) == 3
7070
status = to_dict(dvc.experiments.celery_queue.status())

0 commit comments

Comments
 (0)