0

Public Skylab: temporary disabling the tests failing on jacuzzi

This is the follow-up of crrev.com/c/5269863.

This CL temporarily disables the falling tests on public jacuzzi skylab builders.

BUG=b:315373487
BUG=b:324159992

Change-Id: I3af2693f7aca463433dffa43d1920acf7e5f99be
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5274605
Auto-Submit: Yoshiki Iguchi <yoshiki@chromium.org>
Reviewed-by: Tatsuhisa Yamaguchi <yamaguchi@chromium.org>
Commit-Queue: Tatsuhisa Yamaguchi <yamaguchi@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1257211}
This commit is contained in:
yoshiki iguchi
2024-02-07 06:37:46 +00:00
committed by Chromium LUCI CQ
parent cfe274365c
commit 51cecf5b40

@ -182,4 +182,15 @@ if (!is_official_build) {
"wmp.DesksTemplatesLaunch",
"wmp.SavedDeskDelete",
]
# b/315373487 the team working on the fix on CrOS side
tast_disabled_tests_from_chrome_all +=
[ "ui.ChromeCrashLoopV2.crashpad_mock_consent@jacuzzi" ]
# b/324159992 crypthome tests timeouts only on jacuzzi
tast_disabled_tests_from_chrome_all += [
"cryptohome.USSMigrationPinAfterPasswordMigration@jacuzzi",
"cryptohome.UssMigrationPasswordPin@jacuzzi",
"cryptohome.UssMigrationPinPassword@jacuzzi",
]
}