Commit 0f654bd2 authored by Lan Wei's avatar Lan Wei Committed by Commit Bot

Disable flaky test ErrorPageCallbackTest.testOverrideErrorPage

org.chromium.weblayer.test.ErrorPageCallbackTest.testOverrideErrorPage
is flaky on Android,
https://analysis.chromium.org/p/chromium/flake-portal/flakes/
occurrences?key=ag9zfmZpbmRpdC1mb3ItbWVyfAsSBUZsYWtlInFjaHJvbWl1bUB3ZWJs
YXllcl9pbnN0cnVtZW50YXRpb25fdGVzdF9hcGtAb3JnLmNocm9taXVtLndlYmxheWVyLnRl
c3QuRXJyb3JQYWdlQ2FsbGJhY2tUZXN0I3Rlc3RPdmVycmlkZUVycm9yUGFnZQw,
disable it for now until it is fixed.

TBR=estade@chromium.org

Bug: 1116277
Change-Id: Id9eaa577587cb64136cd36364dc7e882f1c34876
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2355399Reviewed-by: default avatarLan Wei <lanwei@chromium.org>
Commit-Queue: Lan Wei <lanwei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#798021}
parent 83e2f1a3
...@@ -17,6 +17,7 @@ import org.junit.Rule; ...@@ -17,6 +17,7 @@ import org.junit.Rule;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.content_public.browser.test.util.TestThreadUtils; import org.chromium.content_public.browser.test.util.TestThreadUtils;
import org.chromium.net.test.EmbeddedTestServer; import org.chromium.net.test.EmbeddedTestServer;
import org.chromium.net.test.ServerCertificate; import org.chromium.net.test.ServerCertificate;
...@@ -150,6 +151,7 @@ public class ErrorPageCallbackTest { ...@@ -150,6 +151,7 @@ public class ErrorPageCallbackTest {
@Test @Test
@SmallTest @SmallTest
@MinWebLayerVersion(86) @MinWebLayerVersion(86)
@DisabledTest(message = "Flaky - https://crbug.com/1116277")
public void testOverrideErrorPage() throws Throwable { public void testOverrideErrorPage() throws Throwable {
mCallback.mErrorPage = new ErrorPage("<html><head><title>test error</title>"); mCallback.mErrorPage = new ErrorPage("<html><head><title>test error</title>");
TestThreadUtils.runOnUiThreadBlocking( TestThreadUtils.runOnUiThreadBlocking(
......
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