Skip to content

Commit

Permalink
Unskip some tests that should work (#1529)
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl authored Aug 14, 2024
1 parent 2c18b81 commit 16dc57c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/benchmarks/test_futures.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ def inc_with_deps(i, deps):


@run_up_to_nthreads("small_cluster", 50, reason="fixed dataset")
@pytest.mark.skip(
reason="Skip until https://github.com/coiled/benchmarks/issues/521 is fixed"
)
def test_large_map_first_work(small_client):
"""
Large maps are fine, but it's pleasant to see work start immediately.
Expand Down

0 comments on commit 16dc57c

Please sign in to comment.