File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 330
330
<org .scijava.scijava-cache.version>${scijava-cache.version} </org .scijava.scijava-cache.version>
331
331
332
332
<!-- SciJava Common - https://github.com/scijava/scijava-common -->
333
- <scijava-common .version>2.98 .0</scijava-common .version>
333
+ <scijava-common .version>2.99 .0</scijava-common .version>
334
334
<org .scijava.scijava-common.version>${scijava-common.version} </org .scijava.scijava-common.version>
335
335
336
336
<!-- SciJava Config - https://github.com/scijava/scijava-config -->
Original file line number Diff line number Diff line change @@ -210,10 +210,7 @@ chmod +x "$meltScript" ||
210
210
# HACK: Remove flaky tests from imagej-ops builds.
211
211
# CachedOpEnvironmentTest fails intermittently. Of course, it should be
212
212
# somehow fixed in imagej-ops. But for now, let's not let it ruin the melt.
213
- # rm -f "$meltingPotDir/net.imagej/imagej-ops/src/test/java/net/imagej/ops/cached/CachedOpEnvironmentTest.java"
214
-
215
- # TEMP: Until scijava/pom-scijava#236 is solved.
216
- echo " net.imagej/imagej-ops" >> " $skipTestsFile " &&
213
+ rm -f " $meltingPotDir /net.imagej/imagej-ops/src/test/java/net/imagej/ops/cached/CachedOpEnvironmentTest.java"
217
214
218
215
# TEMP: Until saalfeldlab/n5-aws-s3#13 is released.
219
216
echo " org.janelia.saalfeldlab/n5-aws-s3" >> " $skipTestsFile " &&
You can’t perform that action at this time.
0 commit comments