Skip to content

Commit 1d88180

Browse files
committed
8243112: Skip failing test SVGTest.testSVGRenderingWithPattern
Reviewed-by: kcr
1 parent ec8608f commit 1d88180

File tree

1 file changed

+2
-0
lines changed
  • tests/system/src/test/java/test/javafx/scene/web

1 file changed

+2
-0
lines changed

tests/system/src/test/java/test/javafx/scene/web/SVGTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
import org.junit.AfterClass;
3838
import org.junit.Before;
3939
import org.junit.BeforeClass;
40+
import org.junit.Ignore;
4041
import org.junit.Test;
4142
import test.util.Util;
4243

@@ -95,6 +96,7 @@ public void setupTestObjects() {
9596
* @bug 8223298
9697
* summary Checks if svg pattern is displayed properly
9798
*/
99+
@Ignore("JDK-8243110")
98100
@Test public void testSVGRenderingWithPattern() {
99101
final CountDownLatch webViewStateLatch = new CountDownLatch(1);
100102
final String htmlSVGContent = "\n"

0 commit comments

Comments
 (0)