Commit f2c1c734 authored by Rayan Kanso's avatar Rayan Kanso Committed by Commit Bot

Disable failing WebView layout tests.

TBR=timvolodine@chromium.org

Bug: 998478
Change-Id: Ib7b24f28474773be6cfa6b0dc3e9f1c3a8497be3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1768343Reviewed-by: default avatarRayan Kanso <rayankans@chromium.org>
Commit-Queue: Rayan Kanso <rayankans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#691112}
parent 7591e96e
...@@ -15,6 +15,7 @@ import junit.framework.ComparisonFailure; ...@@ -15,6 +15,7 @@ import junit.framework.ComparisonFailure;
import org.junit.After; import org.junit.After;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Before; import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule; import org.junit.Rule;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
...@@ -147,6 +148,7 @@ public class WebViewLayoutTest { ...@@ -147,6 +148,7 @@ public class WebViewLayoutTest {
@Test @Test
@MediumTest @MediumTest
@Ignore("http://crbug.com/998478")
public void testWebViewExcludedInterfaces() throws Exception { public void testWebViewExcludedInterfaces() throws Exception {
ensureJsTestCopied(); ensureJsTestCopied();
loadUrlWebViewAsync("file://" + PATH_BLINK_PREFIX loadUrlWebViewAsync("file://" + PATH_BLINK_PREFIX
...@@ -193,6 +195,7 @@ public class WebViewLayoutTest { ...@@ -193,6 +195,7 @@ public class WebViewLayoutTest {
@Test @Test
@MediumTest @MediumTest
@Ignore("http://crbug.com/998478")
public void testWebViewIncludedStableInterfaces() throws Exception { public void testWebViewIncludedStableInterfaces() throws Exception {
ensureJsTestCopied(); ensureJsTestCopied();
loadUrlWebViewAsync("file://" + PATH_BLINK_PREFIX loadUrlWebViewAsync("file://" + PATH_BLINK_PREFIX
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment