Skip to content

Commit

Permalink
tests: suppress data_too_large health check
Browse files Browse the repository at this point in the history
This tripped in CI. Let's patch over it.
  • Loading branch information
indygreg committed Jul 13, 2024
1 parent 518ade4 commit 3ea96b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_compressor_fuzzing.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,7 @@ def test_data_equivalence(self, original, threads, use_dict):
class TestCompressor_chunker_fuzzing(unittest.TestCase):
@hypothesis.settings(
suppress_health_check=[
hypothesis.HealthCheck.data_too_large,
hypothesis.HealthCheck.large_base_example,
hypothesis.HealthCheck.too_slow,
]
Expand Down

0 comments on commit 3ea96b6

Please sign in to comment.