Skip to content

Commit 5b1401b

Browse files
committed
Skip test_import_ome_zarr_image_BIA
1 parent a2b85f8 commit 5b1401b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/tasks/test_import_ome_zarr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ def test_import_ome_zarr_plate_no_ROI_tables(tmp_path, zenodo_zarr):
263263
)
264264

265265

266-
# @pytest.mark.skip
267-
def test_import_ome_zarr_image_BIA(tmp_path, monkeypatch):
266+
@pytest.mark.skip(reason="Flaky test, see issue #878")
267+
def test_import_ome_zarr_image_BIA(tmp_path):
268268
"""
269269
This test imports one of the BIA OME-Zarr listed in
270270
https://www.ebi.ac.uk/biostudies/bioimages/studies/S-BIAD843.

0 commit comments

Comments
 (0)