Skip to content

Commit 571ef67

Browse files
committed
Mark test_idval_hypothesis as flaky on Windows (#3707)
1 parent c465d6d commit 571ef67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

testing/python/metafunc.py

+3
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,9 @@ class A(object):
212212
@hypothesis.settings(
213213
deadline=400.0
214214
) # very close to std deadline and CI boxes are not reliable in CPU power
215+
@pytest.mark.xfail(
216+
sys.platform.startswith("win32"), reason="flaky #3707", strict=False
217+
)
215218
def test_idval_hypothesis(self, value):
216219
from _pytest.python import _idval
217220

0 commit comments

Comments
 (0)