From ee109d77776e6f8726d6f83ceaf393ec4055dcf8 Mon Sep 17 00:00:00 2001 From: Ziwen Liu <67518483+ziw-liu@users.noreply.github.com> Date: Wed, 28 Feb 2024 15:13:05 -0800 Subject: [PATCH] suppress hypothesis flakiness --- tests/ngff/test_ngff.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ngff/test_ngff.py b/tests/ngff/test_ngff.py index 3d50c742..afd347e2 100644 --- a/tests/ngff/test_ngff.py +++ b/tests/ngff/test_ngff.py @@ -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: