Skip to content

Commit 3dc091a

Browse files
committed
mega-melt: skip minimaven tests for now
1 parent e70e327 commit 3dc091a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/run.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,11 @@ rm -f "$meltingPotDir/sc.fiji/labkit-ui/src/test/java/sc/fiji/labkit/ui/plugin/C
411411

412412
# Skip testing of components with non-working tests.
413413

414+
# java.lang.AssertionError
415+
# at org.scijava.minimaven.BasicTest.testClassifiers(BasicTest.java:216)
416+
echo "org.scijava/minimaven" >> "$skipTestsFile" ||
417+
die "Failed to generate $skipTestsFile"
418+
414419
# Error while checking the CLIJ2 installation: null
415420
echo "sc.fiji/labkit-pixel-classification" >> "$skipTestsFile" ||
416421
die "Failed to generate $skipTestsFile"

0 commit comments

Comments
 (0)