8000 mega-melt: disable ij1-patcher/imagej-legacy tests · scijava/pom-scijava@997136c · GitHub
[go: up one dir, main page]

Skip to content

Commit 997136c

Browse files
committed
mega-melt: disable ij1-patcher/imagej-legacy tests
Until the new failures can be investigated in detail.
1 parent 333a14d commit 997136c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/generate-mega-melt.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ def child(node, tag):
3131
# because it has a module-info.java, so skip it until the
3232
# component collection is updated from Java 8 to Java 11.
3333
'ij',
34+
# TEMP: The original ImageJ introduced changes in
35+
# 1.54m/1.54n/1.54p that breaks some downstream tests.
36+
# Disable them till we have time to address the issue.
37+
'ij1-patcher', 'imagej-legacy',
3438
# NB: Skip artifacts requiring minimum Java version >8.
3539
'algart-tiff',
3640
# NB: The following artifacts have messy dependency trees.

0 commit comments

Comments
 (0)
0