We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9971e35 commit 1474bedCopy full SHA for 1474bed
hypothesis-python/tests/nocover/test_explore_arbitrary_languages.py
@@ -121,7 +121,8 @@ def test(local_data):
121
# unclear why the warning doesn't trigger on a
122
# single thread, but that was previous behavior so I'm not looking too deep into it.
123
@skipif_threading
124
-@xfail_on_crosshair(Why.nested_given) # technically nested-engine, but same problem
+# technically nested-engine, but same problem
125
+@xfail_on_crosshair(Why.nested_given, strict=False)
126
@settings(
127
suppress_health_check=list(HealthCheck),
128
deadline=None,
0 commit comments