Skip to content

Commit 5dbd736

Browse files
committed
test: this test often borks metacov, retry it
1 parent b7430fa commit 5dbd736

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_oddball.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def recur(n):
8989
missing="",
9090
)
9191

92+
@pytest.mark.flaky(max_runs=3)
9293
def test_long_recursion(self) -> None:
9394
# We can't finish a very deep recursion, but we don't crash.
9495
with pytest.raises(RuntimeError):

0 commit comments

Comments
 (0)