We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848e0ab commit b6ecaaaCopy full SHA for b6ecaaa
1 file changed
src/test/java/com/example/hellofx/LeakTest.java
@@ -8,6 +8,7 @@
8
import javafx.scene.control.ToolBar;
9
import javafx.scene.layout.BorderPane;
10
import javafx.stage.Stage;
11
+import org.junit.jupiter.api.Disabled;
12
import org.junit.jupiter.api.Test;
13
14
import java.util.concurrent.CountDownLatch;
@@ -16,7 +17,7 @@
16
17
18
public class LeakTest {
19
- @Test
20
+ @Test @Disabled
21
public void stageLeakWithMenuButton() throws Exception {
22
JMemoryBuddy.memoryTest((checker) -> {
23
CountDownLatch startupLatch = new CountDownLatch(1);
0 commit comments