Commit 01922e1c authored by Karan Bhatia's avatar Karan Bhatia Committed by Commit Bot

Disable flaky AutoLaunchedKioskTest.CrashRestore.

BUG=930345
TBR=achuith@chromium.org

Change-Id: I980527d14f03d9f57f1f0ae9ba1206b3941189ad
Reviewed-on: https://chromium-review.googlesource.com/c/1461499Reviewed-by: default avatarKaran Bhatia <karandeepb@chromium.org>
Commit-Queue: Karan Bhatia <karandeepb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#630553}
parent 07f47ea3
......@@ -493,7 +493,8 @@ class AutoLaunchedKioskTest : public extensions::ExtensionApiTest {
DISALLOW_COPY_AND_ASSIGN(AutoLaunchedKioskTest);
};
IN_PROC_BROWSER_TEST_F(AutoLaunchedKioskTest, PRE_CrashRestore) {
// TODO(crbug.com/930345): Disabled due to flakiness.
IN_PROC_BROWSER_TEST_F(AutoLaunchedKioskTest, DISABLED_PRE_CrashRestore) {
// Verify that Chrome hasn't already exited, e.g. in order to apply user
// session flags.
ASSERT_FALSE(termination_observer_->terminated());
......@@ -516,7 +517,8 @@ IN_PROC_BROWSER_TEST_F(AutoLaunchedKioskTest, PRE_CrashRestore) {
ASSERT_TRUE(CloseAppWindow(kTestKioskApp));
}
IN_PROC_BROWSER_TEST_F(AutoLaunchedKioskTest, CrashRestore) {
// TODO(crbug.com/930345): Disabled due to flakiness.
IN_PROC_BROWSER_TEST_F(AutoLaunchedKioskTest, DISABLED_CrashRestore) {
// Verify that Chrome hasn't already exited, e.g. in order to apply user
// session flags.
ASSERT_FALSE(termination_observer_->terminated());
......
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