Skip to content

Commit

Permalink
different health check suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
ziw-liu committed Feb 28, 2024
1 parent ee109d7 commit efc406c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ngff/test_ngff.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +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])
@settings(suppress_health_check=[HealthCheck.too_slow])
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 efc406c

Please sign in to comment.