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 333a14d commit be0b9d5Copy full SHA for be0b9d5
tests/generate-mega-melt.py
@@ -31,6 +31,10 @@ def child(node, tag):
31
# because it has a module-info.java, so skip it until the
32
# component collection is updated from Java 8 to Java 11.
33
'ij',
34
+ # TEMP: The original ImageJ introduced changes in
35
+ # 1.54m/1.54n/1.54p that breaks some imagej-legacy tests.
36
+ # Disable them till we have time to address the issue.
37
+ 'imagej-legacy',
38
# NB: Skip artifacts requiring minimum Java version >8.
39
'algart-tiff',
40
# NB: The following artifacts have messy dependency trees.
0 commit comments