Skip to content

Commit

Permalink
Ignore ProjectLoaderTest
Browse files Browse the repository at this point in the history
* While this unit test has a valid purpose, it runs too long (~50 seconds) to be included in each build
  • Loading branch information
stefanhahmann authored and tinevez committed Jun 26, 2024
1 parent f774392 commit af55e69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/org/mastodon/mamut/io/ProjectLoaderTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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
{
Expand Down

0 comments on commit af55e69

Please sign in to comment.