Other |
---|
openjfx16Fixed |
Relates :
|
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 }
|