Commit 99cbb0cc authored by Robert Flack's avatar Robert Flack Committed by Commit Bot

Disable flaky test ControlFlowForcedReEnrollment

The test
WizardControllerDeviceStateExplicitRequirement/WizardControllerDeviceStateExplicitRequirementTest.ControlFlowForcedReEnrollment
has regularly timed out on the Linux Chromium OS ASan LSan Tests bot.

TBR=pmarko@chromium.org

Bug: 911154
Change-Id: I19f63abde5cc0522ae75cdfa6e53da56c0622da8
Reviewed-on: https://chromium-review.googlesource.com/c/1358797Reviewed-by: default avatarRobert Flack <flackr@chromium.org>
Commit-Queue: Robert Flack <flackr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#613115}
parent 6b4c75a8
......@@ -1160,14 +1160,17 @@ class WizardControllerDeviceStateExplicitRequirementTest
DISALLOW_COPY_AND_ASSIGN(WizardControllerDeviceStateExplicitRequirementTest);
};
// Tets the control flow for Forced Re-Enrollment. First, a connection error
// Test the control flow for Forced Re-Enrollment. First, a connection error
// occurs, leading to a network error screen. On the network error screen, the
// test verifies that the user may enter a guest session if FRE was not
// explicitly required, and that the user may not enter a guest session if FRE
// was explicitly required. Then, a retyr is performed and FRE indicates that
// the device should be enrolled.
//
// TODO(https://crbug.com/911154) Flaky time outs on Linux Chromium OS ASan
// LSan bot.
IN_PROC_BROWSER_TEST_P(WizardControllerDeviceStateExplicitRequirementTest,
ControlFlowForcedReEnrollment) {
DISABLED_ControlFlowForcedReEnrollment) {
CheckCurrentScreen(OobeScreen::SCREEN_OOBE_WELCOME);
EXPECT_CALL(*mock_welcome_screen_, Hide()).Times(1);
EXPECT_CALL(*mock_welcome_screen_, SetConfiguration(IsNull(), _)).Times(1);
......
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