Skip to content

Commit ee900a7

Browse files
authored
Merge pull request #879 from fractal-analytics-platform/xfail-bia-test
Skip `test_import_ome_zarr_image_BIA`
2 parents a2b85f8 + cdab066 commit ee900a7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
**Note**: Numbers like (\#123) point to closed Pull Requests on the fractal-tasks-core repository.
22

3+
# Unreleased
4+
5+
* Tests:
6+
* Skip `test_import_ome_zarr_image_BIA` (\#879).
7+
38
# 1.3.4
49

510
* Manifest creation:

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)