File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -188,16 +188,10 @@ chmod +x "$meltScript" ||
188
188
# HACK: Remove flaky tests from imagej-ops builds.
189
189
# CachedOpEnvironmentTest fails intermittently. Of course, it should be
190
190
# 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 " &&
201
195
202
196
# TEMP: Until saalfeldlab/n5-aws-s3#13 is released.
203
197
echo " org.janelia.saalfeldlab/n5-aws-s3" >> " $skipTestsFile " &&
You can’t perform that action at this time.
0 commit comments