diff --git a/cubed/tests/runtime/test_local.py b/cubed/tests/runtime/test_local.py index 7a1226e92..99e3fad17 100644 --- a/cubed/tests/runtime/test_local.py +++ b/cubed/tests/runtime/test_local.py @@ -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(