Commit 64bfd996 authored by Tina Wang's avatar Tina Wang Committed by Commit Bot

Disabled DemoSetupTest.OnlineSetupFlowErrorPowerwashRequired

Disabled DemoSetupTest.OnlineSetupFlowErrorPowerwashRequired on linux
because it times out consistently and fails the linux-chromeos-dbg.

Bug: 1025213
Tbr: agawronska@chromium.org
Change-Id: Ib1458c8d2e3018c67f406b8bae2f729a7d3c76b7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918313Reviewed-by: default avatarTina Wang <tinazwang@chromium.org>
Commit-Queue: Tina Wang <tinazwang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#715808}
parent 586b13a3
......@@ -16,6 +16,7 @@
#include "base/time/time_to_iso8601.h"
#include "base/timer/timer.h"
#include "base/values.h"
#include "build/build_config.h"
#include "chrome/browser/chromeos/login/demo_mode/demo_session.h"
#include "chrome/browser/chromeos/login/demo_mode/demo_setup_test_utils.h"
#include "chrome/browser/chromeos/login/login_manager_test.h"
......@@ -728,7 +729,16 @@ IN_PROC_BROWSER_TEST_F(DemoSetupTest, OnlineSetupFlowErrorDefault) {
EXPECT_FALSE(StartupUtils::IsDeviceRegistered());
}
IN_PROC_BROWSER_TEST_F(DemoSetupTest, OnlineSetupFlowErrorPowerwashRequired) {
// Consistently timing out on xxx. http://crbug/com/1025213
#if defined(OS_LINUX)
#define MAYBE_OnlineSetupFlowErrorPowerwashRequired \
DISABLED_OnlineSetupFlowErrorPowerwashRequired
#else
#define MAYBE_OnlineSetupFlowErrorPowerwashRequired \
OnlineSetupFlowErrorPowerwashRequired
#endif
IN_PROC_BROWSER_TEST_F(DemoSetupTest,
MAYBE_OnlineSetupFlowErrorPowerwashRequired) {
// Simulate online setup failure that requires powerwash.
enrollment_helper_.ExpectEnrollmentMode(
policy::EnrollmentConfig::MODE_ATTESTATION);
......
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