Commit d658f8e7 authored by Francois Doray's avatar Francois Doray Committed by Commit Bot

[sheriff] Disable NetworkErrorScreenTest.SelectNetwork in debug builds.

TBR=achuith@chromium.org
R=achuith@chromium.org

Bug: 1132417
Change-Id: I5c1203d7e365efad46aec23fcccbedca14b9af26
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2432188Reviewed-by: default avatarFrançois Doray <fdoray@chromium.org>
Commit-Queue: François Doray <fdoray@chromium.org>
Cr-Commit-Position: refs/heads/master@{#810800}
parent 137d1a50
......@@ -147,7 +147,13 @@ IN_PROC_BROWSER_TEST_F(NetworkErrorScreenTest, ShowsNetwork) {
// Test that error screen hides when a network is connected and that showing and
// hiding the error screen does not modify WizardController's current_screen.
IN_PROC_BROWSER_TEST_F(NetworkErrorScreenTest, SelectNetwork) {
#if !defined(NDEBUG)
// Flaky timeout in debug build crbug.com/1132417.
#define MAYBE_SelectNetwork DISABLED_SelectNetwork
#else
#define MAYBE_SelectNetwork SelectNetwork
#endif
IN_PROC_BROWSER_TEST_F(NetworkErrorScreenTest, MAYBE_SelectNetwork) {
SetUpDisconnectedWifiNetwork();
EXPECT_EQ(
WizardController::default_controller()->current_screen()->screen_id(),
......
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