From 6e57d123bb240e4b3668fc4e422a6e0f01d08f17 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sun, 22 Jul 2018 17:23:38 -0300 Subject: [PATCH] Mark test_idval_hypothesis as flaky on Windows (#3707) --- testing/python/metafunc.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testing/python/metafunc.py b/testing/python/metafunc.py index 9f425821b..7ef34678c 100644 --- a/testing/python/metafunc.py +++ b/testing/python/metafunc.py @@ -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