File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,6 +136,8 @@ includes = [
136136 " sc.fiji:*" ,
137137]
138138excludes = [
139+ # TEMP: Until scijava-ops-image 2.0.0 is released.
140+ " org.scijava:scijava-ops-image" ,
139141 # NB: Skip closed-source artifacts.
140142 " org.bonej:bonej-plus" ,
141143 # NB: Skip scijava forks of third-party projects.
@@ -195,6 +197,13 @@ skip-tests = [
195197 " org.janelia.saalfeldlab.n5.universe.storage.zarr.zarr3.Zarr3GoogleCloudFactoryTest" ,
196198]
197199
200+ # TEMP: Until scijava-ops-flim 1.0.1 is released.
201+ # FitTest.testGlobalFitImg:214->assertSampleEquals:254 array contents differ at index [0], expected: <2.5887516> but was: <1.2488503>
202+ # FitTest.testGlobalFitImgMultiExp:228->assertSampleEquals:254 array contents differ at index [0], expected: <301.6971> but was: <193.0>
203+ "org.scijava:scijava-ops-flim" = [
204+ " org.scijava.ops.flim.FitTest" ,
205+ ]
206+
198207"sc.fiji:labkit-ui" = [
199208 " sc.fiji.labkit.ui.GarbageCollectionTest" , # Too slow (7 s)
200209 " sc.fiji.labkit.ui.plugin.LabkitProbabilityMapForImagesInDirectoryPluginTest" , # Too slow (65 s)
You can’t perform that action at this time.
0 commit comments