Skip to content

Commit b803a28

Browse files
committed
CI: skip crashing macOS tests with OpenJDK 8
1 parent 379424d commit b803a28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ do
3838
flag=${mode##*|}
3939
for java in 8 21
4040
do
41+
# HACK: Skip crashing macOS tests on CI.
42+
test "$RUNNER_OS" = macOS -a "$java" -eq 8 && continue
43+
4144
# Fiji-Latest requires Java 21; skip Fiji-Latest + Java 8.
4245
echo "$msg" | grep -q Fiji-Latest && test "$java" -eq 8 && continue
4346

0 commit comments

Comments
 (0)