Skip to content

Commit 19d8b85

Browse files
authored
Remove the flaky test from test_persistent_cache
This test randomly fails on windows builds, probably due to the 0.5 sec margin. the (5,2,true) case covers the same case with more margin
1 parent 401b962 commit 19d8b85

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/unit/test_persistent_cache.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def test_expiration(tmpdir):
6666
@pytest.mark.parametrize(
6767
"expire_time,sleep_time,should_exist",
6868
[
69-
(1, 0.5, True), # Should not expire yet
7069
(1, 1.5, False), # Should expire
7170
(5, 2, True), # Should not expire yet
7271
],

0 commit comments

Comments
 (0)