diff --git a/src/test/java/org/mastodon/mamut/io/ProjectLoaderTest.java b/src/test/java/org/mastodon/mamut/io/ProjectLoaderTest.java index 8ef3800ce..f1511b517 100644 --- a/src/test/java/org/mastodon/mamut/io/ProjectLoaderTest.java +++ b/src/test/java/org/mastodon/mamut/io/ProjectLoaderTest.java @@ -9,6 +9,7 @@ import net.imglib2.img.array.ArrayImgs; import net.imglib2.img.display.imagej.ImgToVirtualStack; import net.imglib2.type.numeric.real.FloatType; +import org.junit.Ignore; import org.junit.Test; import org.mastodon.mamut.ProjectModel; import org.mastodon.mamut.io.project.MamutProject; @@ -27,6 +28,7 @@ */ public class ProjectLoaderTest { + @Ignore( "The run time of this test is too long for a unit test that is run on every build." ) @Test public void testLoadAndCloseProjectGarbageCollection() throws IOException, SpimDataException {