Skip to content

Commit

Permalink
Disable the garbage collection test for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinevez committed Feb 1, 2024
1 parent 5331861 commit 2aab8b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/java/org/mastodon/mamut/GarbageCollectionTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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)",
Expand Down

0 comments on commit 2aab8b5

Please sign in to comment.