Skip to content

Commit 587ac0c

Browse files
committed
mega-melt: skip n5-ij unit tests
We do this to avoid CI-specific failures. All seems well locally.
1 parent a82c192 commit 587ac0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/run.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,10 @@ sectionStart 'Adjusting the melting pot: unit test hacks'
347347
# somehow fixed in imagej-ops. But for now, let's not let it ruin the melt.
348348
rm -f "$meltingPotDir/net.imagej/imagej-ops/src/test/java/net/imagej/ops/cached/CachedOpEnvironmentTest.java"
349349

350+
# In org.janelia.saalfeldlab.n5.metadata.ome.ngff.v04.WriteAxesTests.testXYT:
351+
# java.util.NoSuchElementException: No value present
352+
echo "org.janelia.saalfeldlab/n5-ij" >> "$skipTestsFile" &&
353+
350354
# Error while checking the CLIJ2 installation: null
351355
echo "sc.fiji/labkit-pixel-classification" >> "$skipTestsFile" ||
352356
die "Failed to generate $skipTestsFile"

0 commit comments

Comments
 (0)