Skip to content

Commit

Permalink
Re-instate test_stragglers with shorter run time
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Jun 4, 2024
1 parent df34a0c commit 7e150c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cubed/tests/runtime/test_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,10 @@ def test_failure(tmp_path, timing_map, n_tasks, retries, use_backups):
@pytest.mark.parametrize(
"timing_map, n_tasks, retries",
[
({0: [60]}, 10, 2),
({0: [10]}, 10, 2),
],
)
# fmt: on
@pytest.mark.skip(reason="This passes, but Python will not exit until the slow task is done.")
def test_stragglers(tmp_path, timing_map, n_tasks, retries):
outputs = asyncio.run(
run_test(
Expand Down

0 comments on commit 7e150c4

Please sign in to comment.