Mark test_idval_hypothesis as flaky on Windows (#3707)

This commit is contained in:
Bruno Oliveira 2018-07-22 17:23:38 -03:00
parent 011f88f7e7
commit 6e57d123bb
1 changed files with 3 additions and 0 deletions

View File

@ -212,6 +212,9 @@ class TestMetafunc(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