8000 CI: disable imagej-ops tests temporarily · scijava/pom-scijava@0e9dc18 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e9dc18

Browse files
committed
CI: disable imagej-ops tests temporarily
1 parent 44f8ac9 commit 0e9dc18

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

tests/run.sh

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff 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.
203197
echo "org.janelia.saalfeldlab/n5-aws-s3" >> "$skipTestsFile" &&

0 commit comments

Comments
 (0)
0