Skip to content

Commit

Permalink
8243112: Skip failing test SVGTest.testSVGRenderingWithPattern
Browse files Browse the repository at this point in the history
Reviewed-by: kcr
  • Loading branch information
arun-joseph committed Apr 18, 2020
1 parent ec8608f commit 1d88180
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/system/src/test/java/test/javafx/scene/web/SVGTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 1d88180

Please sign in to comment.