Skip to content

Commit 1474bed

Browse files
committed
deflake crosshair test
1 parent 9971e35 commit 1474bed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hypothesis-python/tests/nocover/test_explore_arbitrary_languages.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ def test(local_data):
121121
# unclear why the warning doesn't trigger on a
122122
# single thread, but that was previous behavior so I'm not looking too deep into it.
123123
@skipif_threading
124-
@xfail_on_crosshair(Why.nested_given) # technically nested-engine, but same problem
124+
# technically nested-engine, but same problem
125+
@xfail_on_crosshair(Why.nested_given, strict=False)
125126
@settings(
126127
suppress_health_check=list(HealthCheck),
127128
deadline=None,

0 commit comments

Comments
 (0)