Commit 9d47bb8e authored by guidou's avatar guidou Committed by Commit bot

Disable HandsOffNetworkScreenTest.RequiresNoInput on Chrome OS.

The test flakes on that platform.

BUG=674782
TBR=xiyuan@chromium.org

Review-Url: https://codereview.chromium.org/2577123005
Cr-Commit-Position: refs/heads/master@{#439118}
parent 776f5365
......@@ -180,7 +180,13 @@ class HandsOffNetworkScreenTest : public NetworkScreenTest {
DISALLOW_COPY_AND_ASSIGN(HandsOffNetworkScreenTest);
};
IN_PROC_BROWSER_TEST_F(HandsOffNetworkScreenTest, RequiresNoInput) {
#if defined(OS_CHROMEOS)
// Flaky on ChromeOS. See https://crbug.com/674782.
#define MAYBE_RequiresNoInput DISABLED_RequiresNoInput
#else
#define MAYBE_RequiresNoInput RequiresNoInput
#endif
IN_PROC_BROWSER_TEST_F(HandsOffNetworkScreenTest, MAYBE_RequiresNoInput) {
WizardController* wizard_controller = WizardController::default_controller();
// Allow the WizardController to advance throught the enrollment flow.
......
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