Commit fea76e65 authored by Vasilii Sukhanov's avatar Vasilii Sukhanov Committed by Commit Bot

Disable flaky WizardControllerDemoSetupDeviceDisabledTest.OnlineDemoSetup

TBR=alemate@chromium.org

Bug: 894384
Change-Id: I7b9f1f8cca3c0e65fa4818c0a79558533fb2edea
Reviewed-on: https://chromium-review.googlesource.com/c/1275851Reviewed-by: default avatarVasilii Sukhanov <vasilii@chromium.org>
Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#598714}
parent bae24f42
...@@ -2393,8 +2393,9 @@ class WizardControllerDemoSetupDeviceDisabledTest ...@@ -2393,8 +2393,9 @@ class WizardControllerDemoSetupDeviceDisabledTest
DISALLOW_COPY_AND_ASSIGN(WizardControllerDemoSetupDeviceDisabledTest); DISALLOW_COPY_AND_ASSIGN(WizardControllerDemoSetupDeviceDisabledTest);
}; };
// Flaky https://crbug.com/894384.
IN_PROC_BROWSER_TEST_F(WizardControllerDemoSetupDeviceDisabledTest, IN_PROC_BROWSER_TEST_F(WizardControllerDemoSetupDeviceDisabledTest,
OnlineDemoSetup) { DISABLED_OnlineDemoSetup) {
CheckCurrentScreen(OobeScreen::SCREEN_OOBE_WELCOME); CheckCurrentScreen(OobeScreen::SCREEN_OOBE_WELCOME);
EXPECT_FALSE(DemoSetupController::IsOobeDemoSetupFlowInProgress()); EXPECT_FALSE(DemoSetupController::IsOobeDemoSetupFlowInProgress());
WaitUntilJSIsReady(); WaitUntilJSIsReady();
......
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