-
Bug
-
Resolution: Fixed
-
P3
-
jfx16
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")); // JDK-8255486
}
- relates to
-
JDK-8255486 Intermittent test failures in SandboxAppTest
- Open