We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8608f commit 1d88180Copy full SHA for 1d88180
tests/system/src/test/java/test/javafx/scene/web/SVGTest.java
@@ -37,6 +37,7 @@
37
import org.junit.AfterClass;
38
import org.junit.Before;
39
import org.junit.BeforeClass;
40
+import org.junit.Ignore;
41
import org.junit.Test;
42
import test.util.Util;
43
@@ -95,6 +96,7 @@ public void setupTestObjects() {
95
96
* @bug 8223298
97
* summary Checks if svg pattern is displayed properly
98
*/
99
+ @Ignore("JDK-8243110")
100
@Test public void testSVGRenderingWithPattern() {
101
final CountDownLatch webViewStateLatch = new CountDownLatch(1);
102
final String htmlSVGContent = "\n"
0 commit comments