Skip to content

Commit

Permalink
remove stress test
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Apr 5, 2022
1 parent 702f9cf commit 177def7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions distributed/tests/test_spill.py
Expand Up @@ -310,8 +310,6 @@ class SupportsWeakRef(NoWeakRef):
__slots__ = ("__weakref__",)


# FIXME REMOVE BEFORE MERGING
@pytest.mark.parametrize("TEMPRUN", range(100))
@pytest.mark.parametrize(
"cls,expect_cached",
[
Expand All @@ -320,7 +318,7 @@ class SupportsWeakRef(NoWeakRef):
],
)
@pytest.mark.parametrize("size", [60, 110])
def test_weakref_cache(tmpdir, cls, expect_cached, size, TEMPRUN):
def test_weakref_cache(tmpdir, cls, expect_cached, size):
buf = SpillBuffer(str(tmpdir), target=100)

# Run this test twice:
Expand Down

0 comments on commit 177def7

Please sign in to comment.