We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70e327 commit 3dc091aCopy full SHA for 3dc091a
tests/run.sh
@@ -411,6 +411,11 @@ rm -f "$meltingPotDir/sc.fiji/labkit-ui/src/test/java/sc/fiji/labkit/ui/plugin/C
411
412
# Skip testing of components with non-working tests.
413
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
+
419
# Error while checking the CLIJ2 installation: null
420
echo "sc.fiji/labkit-pixel-classification" >> "$skipTestsFile" ||
421
die "Failed to generate $skipTestsFile"
0 commit comments