Skip to content

Commit

Permalink
suppress hypothesis flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
ziw-liu committed Feb 28, 2024
1 parent e8fe720 commit ee109d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ngff/test_ngff.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ def test_create_tiled(channel_names):
grid_shape=tiles_rc_st,
arr_name=short_alpha_numeric,
)
@settings(suppress_health_check=[HealthCheck.data_too_large])
def test_make_tiles(channels_and_random_5d, grid_shape, arr_name):
"""Test `iohub.ngff.TiledPosition.make_tiles()` and `...get_tile()`"""
with TemporaryDirectory() as temp_dir:
Expand Down

0 comments on commit ee109d7

Please sign in to comment.