We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01f624 commit e44eec8Copy full SHA for e44eec8
1 file changed
tests/web/test_osti.py
@@ -4,6 +4,9 @@
4
"""
5
import os
6
import tempfile
7
+
8
+from flaky import flaky
9
10
from elm import OstiList
11
12
@@ -27,6 +30,7 @@ def test_osti_from_url():
27
30
assert len(docs) == 12
28
31
29
32
33
+@flaky(max_runs=5, min_passes=1)
34
def test_osti_from_oids():
35
"""Test osti list, make sure we can find specific oids from storage futures
36
study"""
0 commit comments