Skip to content

Commit 44f8ac9

Browse files
committed
CI: further tweak the imagej-ops component tests
1 parent 4b63c6a commit 44f8ac9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/run.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,10 @@ rm -f "$meltingPotDir/net.imagej/imagej-ops/src/test/java/net/imagej/ops/cached/
194194
# And then all subsequent tests also fail with this error.
195195
# I'm guessing it's a bug in a dependency, which causes spiralling memory use,
196196
# but for the moment, we want to keep making a best effort to test imagej-ops.
197-
rm -f "$meltingPotDir/net.imagej/imagej-ops/src/test/java/net/imagej/ops/threshold/apply/LocalThresholdTest.java"
197+
rm -f \
198+
"$meltingPotDir/net.imagej/imagej-ops/src/test/java/net/imagej/ops/threshold/apply/LocalThresholdTest.java" \
199+
"$meltingPotDir/net.imagej/imagej-ops/src/test/java/net/imagej/ops/image/integral/IntegralImgTest.java" \
200+
"$meltingPotDir/net.imagej/imagej-ops/src/test/java/net/imagej/ops/image/integral/SquareIntegralImgTest.java"
198201

199202
# TEMP: Until saalfeldlab/n5-aws-s3#13 is released.
200203
echo "org.janelia.saalfeldlab/n5-aws-s3" >> "$skipTestsFile" &&

0 commit comments

Comments
 (0)