From 2aab8b5acd44360ad87b2c57f6b97c5e8c345dcd Mon Sep 17 00:00:00 2001 From: Jean-Yves Tinevez Date: Thu, 1 Feb 2024 11:35:21 +0100 Subject: [PATCH] Disable the garbage collection test for release. --- src/test/java/org/mastodon/mamut/GarbageCollectionTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/java/org/mastodon/mamut/GarbageCollectionTest.java b/src/test/java/org/mastodon/mamut/GarbageCollectionTest.java index c583f2f89..e199b18f0 100644 --- a/src/test/java/org/mastodon/mamut/GarbageCollectionTest.java +++ b/src/test/java/org/mastodon/mamut/GarbageCollectionTest.java @@ -35,7 +35,6 @@ import java.io.IOException; import java.lang.ref.WeakReference; -import org.junit.Test; import org.mastodon.mamut.io.ProjectLoader; import org.mastodon.mamut.io.project.MamutProject; import org.mastodon.mamut.io.project.MamutProjectIO; @@ -81,7 +80,7 @@ public class GarbageCollectionTest * But using Eclipse Memory Analyzer to analyze a heap dump of the * {@link GarbageCollectionDemo} should reveal the problem. */ - @Test +// @Test public void testIfMastodonIsGarbageCollectable() { assumeFalse( "Skip test for memory leaks in the Mastodon UI. (running in headless mode)",