Commit b70620fb authored by Roman Sorokin's avatar Roman Sorokin Committed by Commit Bot

[Sheriff] Disable WebKioskTest.LaunchWithConfigureAcceleratorPressed

Flaky test

TBR=apotapchuk@chromium.org

Bug: 1109651
Change-Id: I751e66813be2200ada35d9c600c4b03b40822b90
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317955
Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org>
Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#791757}
parent cf13224c
...@@ -187,7 +187,9 @@ IN_PROC_BROWSER_TEST_F(WebKioskTest, AlreadyInstalledOffline) { ...@@ -187,7 +187,9 @@ IN_PROC_BROWSER_TEST_F(WebKioskTest, AlreadyInstalledOffline) {
// Presses a network configure dialog accelerator during app launch which will // Presses a network configure dialog accelerator during app launch which will
// interrupt the startup. We expect this dialog not to require network since the // interrupt the startup. We expect this dialog not to require network since the
// app have not yet been installed. // app have not yet been installed.
IN_PROC_BROWSER_TEST_F(WebKioskTest, LaunchWithConfigureAcceleratorPressed) { // TODO(https://crbug.com/1109651) Flaky test.
IN_PROC_BROWSER_TEST_F(WebKioskTest,
DISABLED_LaunchWithConfigureAcceleratorPressed) {
SetOnline(true); SetOnline(true);
PrepareAppLaunch(); PrepareAppLaunch();
LaunchApp(); LaunchApp();
......
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