The test.javafx.scene.web.LeakTest.testGarbageCollectability unit test is failing intermittently. See JDK-8234540.
This test should be marked as unstable untilJDK-8234540 can be fixed. This can be done by adding the following as the first line of the test method:
assumeTrue(Boolean.getBoolean("unstable.test")); //JDK-8234540
This test should be marked as unstable until
assumeTrue(Boolean.getBoolean("unstable.test")); //
- relates to
-
JDK-8234540 javafx.web LeakTest.testGarbageCollectability fails intermittently
- Resolved