File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
200203echo " org.janelia.saalfeldlab/n5-aws-s3" >> " $skipTestsFile " &&
You can’t perform that action at this time.
0 commit comments