Commit 35b48b90 authored by Ella Ge's avatar Ella Ge Committed by Commit Bot

Disable flaky test EulaTest.LoadOffline

TBR=rsorokin@chromium.org

No-Try: true
Bug: 1015948
Change-Id: I971b24ba40310d9c368e26127a275e2677d51e81
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872150Reviewed-by: default avatarElla Ge <eirage@chromium.org>
Commit-Queue: Ella Ge <eirage@chromium.org>
Cr-Commit-Position: refs/heads/master@{#707812}
parent 6b2a9c95
......@@ -247,7 +247,8 @@ IN_PROC_BROWSER_TEST_F(EulaTest, DISABLED_LoadOnline) {
// Tests that offline version is shown when the online version is not
// accessible.
IN_PROC_BROWSER_TEST_F(EulaTest, LoadOffline) {
// Disable due to flaky crbug.com/1015948
IN_PROC_BROWSER_TEST_F(EulaTest, DISABLED_LoadOffline) {
set_allow_online_eula(false);
ShowEulaScreen();
......
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