Commit b80870ae authored by Elly Fong-Jones's avatar Elly Fong-Jones Committed by Commit Bot

sheriff: disable some KioskAppManagerTest tests

Bug: 1044417
Change-Id: Iab0333296dfb31dbd4e402f2e06a7ccd5c038ab8
Tbr: apotapchuk@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159310Reviewed-by: default avatarElly Fong-Jones <ellyjones@chromium.org>
Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#760975}
parent 502e3797
......@@ -639,7 +639,8 @@ IN_PROC_BROWSER_TEST_F(KioskAppManagerTest, DISABLED_BadApp) {
EXPECT_EQ("", GetAppIds());
}
IN_PROC_BROWSER_TEST_F(KioskAppManagerTest, GoodApp) {
// Disabled: https://crbug.com/1044417
IN_PROC_BROWSER_TEST_F(KioskAppManagerTest, DISABLED_GoodApp) {
// Webstore data json is in
// chrome/test/data/chromeos/app_mode/webstore/inlineinstall/detail/app_1
const char kAppId[] = "app_1";
......@@ -652,8 +653,9 @@ IN_PROC_BROWSER_TEST_F(KioskAppManagerTest, GoodApp) {
CheckAppDataAndCache(kAppId, "Name of App 1", "");
}
// Disabled: https://crbug.com/1044417
IN_PROC_BROWSER_TEST_F(KioskAppManagerTest,
AppWithRequiredPlatformVersion) {
DISABLED_AppWithRequiredPlatformVersion) {
// Webstore data json is in
// chrome/test/data/chromeos/app_mode/webstore/inlineinstall/detail/
// app_with_required_platform_version
......@@ -682,11 +684,13 @@ IN_PROC_BROWSER_TEST_F(KioskAppManagerTest, AppWithBadRequiredPlatformVersion) {
EXPECT_EQ("", GetAppIds());
}
IN_PROC_BROWSER_TEST_F(KioskAppManagerTest, DownloadNewApp) {
// Disabled: https://crbug.com/1044417
IN_PROC_BROWSER_TEST_F(KioskAppManagerTest, DISABLED_DownloadNewApp) {
RunAddNewAppTest(kTestLocalFsKioskApp, "1.0.0", kTestLocalFsKioskAppName, "");
}
IN_PROC_BROWSER_TEST_F(KioskAppManagerTest, RemoveApp) {
// Disabled: https://crbug.com/1044417
IN_PROC_BROWSER_TEST_F(KioskAppManagerTest, DISABLED_RemoveApp) {
// Add a new app.
RunAddNewAppTest(kTestLocalFsKioskApp, "1.0.0", kTestLocalFsKioskAppName, "");
KioskAppManager::AppList apps;
......
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