Commit 2f5a9fa7 authored by Sergey Poromov's avatar Sergey Poromov Committed by Commit Bot
parent c6b54c40
...@@ -761,7 +761,8 @@ IN_PROC_BROWSER_TEST_F(KioskAppManagerTest, UpdateApp) { ...@@ -761,7 +761,8 @@ IN_PROC_BROWSER_TEST_F(KioskAppManagerTest, UpdateApp) {
EXPECT_TRUE(base::ContentsEqual(v2_file_path, new_crx_path)); EXPECT_TRUE(base::ContentsEqual(v2_file_path, new_crx_path));
} }
IN_PROC_BROWSER_TEST_F(KioskAppManagerTest, UpdateAndRemoveApp) { // Test is flaky: https://crbug.com/1044417
IN_PROC_BROWSER_TEST_F(KioskAppManagerTest, DISABLED_UpdateAndRemoveApp) {
// Add a version 1 app first. // Add a version 1 app first.
RunAddNewAppTest(kTestLocalFsKioskApp, "1.0.0", kTestLocalFsKioskAppName, ""); RunAddNewAppTest(kTestLocalFsKioskApp, "1.0.0", kTestLocalFsKioskAppName, "");
KioskAppManager::AppList apps; 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