File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
tests/system/src/test/java/test/com/sun/marlin Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 2929import static org .junit .jupiter .api .Assertions .assertFalse ;
3030import static org .junit .jupiter .api .Assertions .fail ;
3131import static org .junit .jupiter .api .Assumptions .assumeTrue ;
32- import com .sun .javafx .PlatformUtil ;
3332import java .util .Locale ;
3433import java .util .concurrent .CountDownLatch ;
3534import java .util .concurrent .TimeUnit ;
@@ -152,9 +151,7 @@ public static void teardownOnce() {
152151 @ Test
153152 @ Timeout (value =15000 , unit =TimeUnit .MILLISECONDS )
154153 public void TestBug () {
155- if (PlatformUtil .isLinux ()) {
156- assumeTrue (Boolean .getBoolean ("unstable.test" )); // JDK-8328222
157- }
154+ assumeTrue (Boolean .getBoolean ("unstable.test" )); // JDK-8328222
158155
159156 Platform .runLater (() -> {
160157 SVGPath path = new SVGPath ();
You can’t perform that action at this time.
0 commit comments