Skip to content

Commit e44eec8

Browse files
committed
Mark test as flaky
1 parent d01f624 commit e44eec8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/web/test_osti.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"""
55
import os
66
import tempfile
7+
8+
from flaky import flaky
9+
710
from elm import OstiList
811

912

@@ -27,6 +30,7 @@ def test_osti_from_url():
2730
assert len(docs) == 12
2831

2932

33+
@flaky(max_runs=5, min_passes=1)
3034
def test_osti_from_oids():
3135
"""Test osti list, make sure we can find specific oids from storage futures
3236
study"""

0 commit comments

Comments
 (0)