File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -188,16 +188,10 @@ chmod +x "$meltScript" ||
188188# HACK: Remove flaky tests from imagej-ops builds.
189189# CachedOpEnvironmentTest fails intermittently. Of course, it should be
190190# somehow fixed in imagej-ops. But for now, let's not let it ruin the melt.
191- rm -f " $meltingPotDir /net.imagej/imagej-ops/src/test/java/net/imagej/ops/cached/CachedOpEnvironmentTest.java"
192- # LocalThresholdTest has started failing with:
193- # java.lang.OutOfMemoryError: GC overhead limit exceeded
194- # And then all subsequent tests also fail with this error.
195- # I'm guessing it's a bug in a dependency, which causes spiralling memory use,
196- # but for the moment, we want to keep making a best effort to test imagej-ops.
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"
191+ # rm -f "$meltingPotDir/net.imagej/imagej-ops/src/test/java/net/imagej/ops/cached/CachedOpEnvironmentTest.java"
192+
193+ # TEMP: Until scijava/pom-scijava#236 is solved.
194+ echo " net.imagej/imagej-ops" >> " $skipTestsFile " &&
201195
202196# TEMP: Until saalfeldlab/n5-aws-s3#13 is released.
203197echo " org.janelia.saalfeldlab/n5-aws-s3" >> " $skipTestsFile " &&
You can’t perform that action at this time.
0 commit comments