Skip to content

Commit 6a565be

Browse files
committed
mega-melt: skip n5-zarr ZarrCachedFSTest for now
The test incorrectly fails in the released n5-zarr 1.5.1, It is fixed as of n5-zarr 2.0.0-alpha-1, but that release presumably comes with other breaking changes, and is not yet ready to be included in the SciJava Bill of Materials.
1 parent 3a226ac commit 6a565be

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/run.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,13 @@ rm -f "$meltingPotDir/org.janelia.saalfeldlab/n5-ij/src/test/java/org/janelia/sa
388388
# org.janelia.saalfeldlab.n5.universe.metadata.MetadataTests.testEmptyBase(MetadataTests.java:346)
389389
rm -f "$meltingPotDir/org.janelia.saalfeldlab/n5-universe/src/test/java/org/janelia/saalfeldlab/n5/universe/metadata/MetadataTests.java"
390390

391+
# In org.janelia.saalfeldlab.n5.zarr.ZarrCachedFSTest.cacheBehaviorTest:
392+
# arrays first differed at element [0]; expected:<[a]> but was:<[c]>
393+
rm -f "$meltingPotDir/org.janelia.saalfeldlab/n5-zarr/src/test/java/org/janelia/saalfeldlab/n5/zarr/ZarrCachedFSTest.java"
394+
# Note: The above test is fixed with saalfeldlab/n5-zarr@e7edcec3,
395+
# but the fix is only available in n5-zarr 2.0.0-alpha-1, and we
396+
# do not want to update the SciJava BOM to the alpha version.
397+
391398
# In sc.fiji.labkit.ui.plugin.CalculateProbabilityMapWithLabkitIJ1PluginTest.test:
392399
# Macro Error: "probability map for blobs.tif" not found in line 4
393400
# selectImage ( <"probability map for blobs.tif"> ) ;

0 commit comments

Comments
 (0)