Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8243112: Skip failing test SVGTest.testSVGRenderingWithPattern #188

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/system/src/test/java/test/javafx/scene/web/SVGTest.java
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