Commit 9dd6ad34 authored by Salvador Guerrero's avatar Salvador Guerrero Committed by Commit Bot

Disable flaky WebViewLayoutTests

This CL disables the following tests:
* WebViewLayoutTest#testWebViewIncludedStableInterfaces
* WebViewLayoutTest#testGlobalInterfaceNoFail
* WebViewLayoutTest#testWebViewExcludedInterfaces

Because they are flaky on builder:
* android-pie-x86-rel

TBR=timvolodine@chromium.org

Bug: 1144241
Change-Id: I15402e2a0169488c9b7500e3bf938ccb66af9ca1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2510909Reviewed-by: default avatarSalvador Guerrero <salg@google.com>
Commit-Queue: Salvador Guerrero <salg@google.com>
Cr-Commit-Position: refs/heads/master@{#822749}
parent 06f0370f
...@@ -110,6 +110,7 @@ public class WebViewLayoutTest { ...@@ -110,6 +110,7 @@ public class WebViewLayoutTest {
// This is a non-failing test because it tends to require frequent rebaselines. // This is a non-failing test because it tends to require frequent rebaselines.
@Test @Test
@DisabledTest(message = "https://crbug.com/1144241")
@MediumTest @MediumTest
public void testGlobalInterfaceNoFail() throws Exception { public void testGlobalInterfaceNoFail() throws Exception {
runBlinkLayoutTest("webexposed/global-interface-listing.html", runBlinkLayoutTest("webexposed/global-interface-listing.html",
...@@ -147,6 +148,7 @@ public class WebViewLayoutTest { ...@@ -147,6 +148,7 @@ public class WebViewLayoutTest {
} }
@Test @Test
@DisabledTest(message = "https://crbug.com/1144241")
@MediumTest @MediumTest
public void testWebViewExcludedInterfaces() throws Exception { public void testWebViewExcludedInterfaces() throws Exception {
ensureJsTestCopied(); ensureJsTestCopied();
...@@ -193,6 +195,7 @@ public class WebViewLayoutTest { ...@@ -193,6 +195,7 @@ public class WebViewLayoutTest {
} }
@Test @Test
@DisabledTest(message = "https://crbug.com/1144241")
@MediumTest @MediumTest
public void testWebViewIncludedStableInterfaces() throws Exception { public void testWebViewIncludedStableInterfaces() throws Exception {
ensureJsTestCopied(); ensureJsTestCopied();
......
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