Skip to content

Commit b6ecaaa

Browse files
refactor: disable test
1 parent 848e0ab commit b6ecaaa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/test/java/com/example/hellofx/LeakTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import javafx.scene.control.ToolBar;
99
import javafx.scene.layout.BorderPane;
1010
import javafx.stage.Stage;
11+
import org.junit.jupiter.api.Disabled;
1112
import org.junit.jupiter.api.Test;
1213

1314
import java.util.concurrent.CountDownLatch;
@@ -16,7 +17,7 @@
1617

1718
public class LeakTest {
1819

19-
@Test
20+
@Test @Disabled
2021
public void stageLeakWithMenuButton() throws Exception {
2122
JMemoryBuddy.memoryTest((checker) -> {
2223
CountDownLatch startupLatch = new CountDownLatch(1);

0 commit comments

Comments
 (0)