diff --git a/tests/system/src/test/java/test/javafx/scene/web/SVGTest.java b/tests/system/src/test/java/test/javafx/scene/web/SVGTest.java index 2127e86cf31..373042cc307 100644 --- a/tests/system/src/test/java/test/javafx/scene/web/SVGTest.java +++ b/tests/system/src/test/java/test/javafx/scene/web/SVGTest.java @@ -37,6 +37,7 @@ import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; import test.util.Util; @@ -95,6 +96,7 @@ public void setupTestObjects() { * @bug 8223298 * summary Checks if svg pattern is displayed properly */ + @Ignore("JDK-8243110") @Test public void testSVGRenderingWithPattern() { final CountDownLatch webViewStateLatch = new CountDownLatch(1); final String htmlSVGContent = "\n"