Commit 4b1f0321 authored by Takumi Fujimoto's avatar Takumi Fujimoto Committed by Commit Bot

Disable KioskErrorScreenTest.OpenCertificateConfig

Has been flaky on linux-chromeos-chrome.

TBR=achuith@chromium.org

Bug: 1116058
Change-Id: Id1f75d2118efac23db9ed07fa6957ebb6d34f649
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354227Reviewed-by: default avatarTakumi Fujimoto <takumif@chromium.org>
Commit-Queue: Takumi Fujimoto <takumif@chromium.org>
Cr-Commit-Position: refs/heads/master@{#797740}
parent b8943e9f
......@@ -333,7 +333,8 @@ class KioskErrorScreenTest : public MixinBasedInProcessBrowserTest {
};
// Verify that certificate manager dialog opens.
IN_PROC_BROWSER_TEST_F(KioskErrorScreenTest, OpenCertificateConfig) {
// Disabled for being flaky. See crbug.com/1116058.
IN_PROC_BROWSER_TEST_F(KioskErrorScreenTest, DISABLED_OpenCertificateConfig) {
apps_loaded_waiter()->Wait();
EXPECT_TRUE(ash::LoginScreenTestApi::LaunchApp(kTestKioskAppId));
......
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