Skip to content

Commit 11f0761

Browse files
fix[ci]: suppress hypothesis health check (#4533)
as of hypothesis 6.130.0, nesting `@given` is a health check error. we should probably fix this as it is a performance issue in the CI, but for now, just suppress it. references: - https://hypothesis.readthedocs.io/en/latest/changes.html#v6-130-0
1 parent 6414135 commit 11f0761

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/functional/builtins/codegen/test_abi_decode_fuzz.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ def payload_from(draw, typ):
266266
hp.HealthCheck.data_too_large,
267267
hp.HealthCheck.too_slow,
268268
hp.HealthCheck.large_base_example,
269+
hp.HealthCheck.nested_given,
269270
),
270271
phases=(
271272
hp.Phase.explicit,

0 commit comments

Comments
 (0)