Skip to content

Commit

Permalink
Mark test_idval_hypothesis as flaky on Windows (pytest-dev#3707)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Jul 26, 2018
1 parent 011f88f commit 6e57d12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testing/python/metafunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ class A(object):
@hypothesis.settings(
deadline=400.0
) # very close to std deadline and CI boxes are not reliable in CPU power
@pytest.mark.xfail(
sys.platform.startswith("win32"), reason="flaky #3707", strict=False
)
def test_idval_hypothesis(self, value):
from _pytest.python import _idval

Expand Down

0 comments on commit 6e57d12

Please sign in to comment.