-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: jfx16
-
Component/s: javafx
Until JDK-8255486 can be fixed we should mark SandboxAppTest as unstable on Windows by adding the following:
if (PlatformUtil.isWindows()) {
assumeTrue(Boolean.getBoolean("unstable.test")); //JDK-8255486
}
if (PlatformUtil.isWindows()) {
assumeTrue(Boolean.getBoolean("unstable.test")); //
}
- relates to
-
JDK-8255486 Intermittent test failures in SandboxAppTest
-
- Closed
-