Skip to content

Commit 3ea96b6

Browse files
committed
tests: suppress data_too_large health check
This tripped in CI. Let's patch over it.
1 parent 518ade4 commit 3ea96b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_compressor_fuzzing.py

+1
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,7 @@ def test_data_equivalence(self, original, threads, use_dict):
774774
class TestCompressor_chunker_fuzzing(unittest.TestCase):
775775
@hypothesis.settings(
776776
suppress_health_check=[
777+
hypothesis.HealthCheck.data_too_large,
777778
hypothesis.HealthCheck.large_base_example,
778779
hypothesis.HealthCheck.too_slow,
779780
]

0 commit comments

Comments
 (0)