Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
**Note**: Numbers like (\#123) point to closed Pull Requests on the fractal-tasks-core repository.

# Unreleased

* Tests:
* Skip `test_import_ome_zarr_image_BIA` (\#879).

# 1.3.4

* Manifest creation:
Expand Down
4 changes: 2 additions & 2 deletions tests/tasks/test_import_ome_zarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ def test_import_ome_zarr_plate_no_ROI_tables(tmp_path, zenodo_zarr):
)


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