Commit b22dd386 authored by Toni Barzic's avatar Toni Barzic Committed by Commit Bot

Disable AutoLaunchedNonKioskEnabledAppTest.NotLaunched

Disabling flaky AutoLaunchedNonKioskEnabledAppTest.NotLaunched test
while I investigate it.

BUG=838992

Change-Id: I34f7f6c0f37ab08f6efa7ba087b8c18e7c11c408
Reviewed-on: https://chromium-review.googlesource.com/1040786Reviewed-by: default avatarXiyuan Xia <xiyuan@chromium.org>
Commit-Queue: Toni Barzic <tbarzic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#555581}
parent 01be4bcc
......@@ -542,7 +542,9 @@ class AutoLaunchedNonKioskEnabledAppTest : public AutoLaunchedKioskTest {
DISALLOW_COPY_AND_ASSIGN(AutoLaunchedNonKioskEnabledAppTest);
};
IN_PROC_BROWSER_TEST_F(AutoLaunchedNonKioskEnabledAppTest, NotLaunched) {
// Disabled due to flaky failures: https://crbug.com/838992
IN_PROC_BROWSER_TEST_F(AutoLaunchedNonKioskEnabledAppTest,
DISABLED_NotLaunched) {
// 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