Skip to content

Commit

Permalink
Disable flaky tests for linux-chromeos-dbg
Browse files Browse the repository at this point in the history
ActiveDirectoryJoinTest.TestActiveDirectoryEnrollment_UIErrors
OsInstallScreenTest.OsInstallSuccessAutoShutdown

Bug: 1318903
Change-Id: I18cca2ee19812758efdd5b97e4f7faa131f3ad13
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3600803
Reviewed-by: Lei Zhang <thestig@chromium.org>
Owners-Override: Liviu Tinta <liviutinta@chromium.org>
Commit-Queue: Liviu Tinta <liviutinta@chromium.org>
Cr-Commit-Position: refs/heads/main@{#995250}
  • Loading branch information
liviutinta authored and Chromium LUCI CQ committed Apr 22, 2022
1 parent b4243c3 commit a1ac8cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,9 @@ IN_PROC_BROWSER_TEST_F(ActiveDirectoryJoinTest,
// Directory domain join screen. Verifies the domain join screen is displayed.
// Submits Active Directory different incorrect credentials. Verifies that the
// correct error is displayed.
// TODO(crbug.com/1318903): Re-enable this test
IN_PROC_BROWSER_TEST_F(ActiveDirectoryJoinTest,
TestActiveDirectoryEnrollment_UIErrors) {
DISABLED_TestActiveDirectoryEnrollment_UIErrors) {
ShowEnrollmentScreen();
enrollment_helper_.SetupActiveDirectoryJoin(
enrollment_screen(), kAdUserDomain, std::string(), kDMToken);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,9 @@ IN_PROC_BROWSER_TEST_F(OsInstallScreenTest, OsInstallGenericError) {

// Check that a successful install shows the success step and countdown timer,
// which will shut down the computer automatically after 60 seconds.
IN_PROC_BROWSER_TEST_F(OsInstallScreenTest, OsInstallSuccessAutoShutdown) {
// TODO(crbug.com/1318903): Re-enable this test
IN_PROC_BROWSER_TEST_F(OsInstallScreenTest,
DISABLED_OsInstallSuccessAutoShutdown) {
base::ScopedMockTimeMessageLoopTaskRunner mocked_task_runner;
SetTickClockForTesting(mocked_task_runner->GetMockTickClock());
auto* ti = OsInstallClient::Get()->GetTestInterface();
Expand Down

0 comments on commit a1ac8cf

Please sign in to comment.