We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82c192 commit 587ac0cCopy full SHA for 587ac0c
tests/run.sh
@@ -347,6 +347,10 @@ sectionStart 'Adjusting the melting pot: unit test hacks'
347
# somehow fixed in imagej-ops. But for now, let's not let it ruin the melt.
348
rm -f "$meltingPotDir/net.imagej/imagej-ops/src/test/java/net/imagej/ops/cached/CachedOpEnvironmentTest.java"
349
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
+
354
# Error while checking the CLIJ2 installation: null
355
echo "sc.fiji/labkit-pixel-classification" >> "$skipTestsFile" ||
356
die "Failed to generate $skipTestsFile"
0 commit comments