Skip to content

Commit

Permalink
mega-melt: skip n5-ij unit tests
Browse files Browse the repository at this point in the history
We do this to avoid CI-specific failures. All seems well locally.
  • Loading branch information
ctrueden committed Oct 6, 2024
1 parent a82c192 commit 587ac0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,10 @@ sectionStart 'Adjusting the melting pot: unit test hacks'
# somehow fixed in imagej-ops. But for now, let's not let it ruin the melt.
rm -f "$meltingPotDir/net.imagej/imagej-ops/src/test/java/net/imagej/ops/cached/CachedOpEnvironmentTest.java"

# In org.janelia.saalfeldlab.n5.metadata.ome.ngff.v04.WriteAxesTests.testXYT:
# java.util.NoSuchElementException: No value present
echo "org.janelia.saalfeldlab/n5-ij" >> "$skipTestsFile" &&

# Error while checking the CLIJ2 installation: null
echo "sc.fiji/labkit-pixel-classification" >> "$skipTestsFile" ||
die "Failed to generate $skipTestsFile"
Expand Down

0 comments on commit 587ac0c

Please sign in to comment.