Commit 029086f9 authored by Alexander Hendrich's avatar Alexander Hendrich Committed by Commit Bot

Disable flaky AppServiceImplTest.PreferredApps test

TBR=mxcai@chromium.org, dominickn@chromium.org

Bug: 1074596
Change-Id: I12e457f366b41b605684290e89ad3f9b149b016d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2167443Reviewed-by: default avatarAlexander Hendrich <hendrich@chromium.org>
Commit-Queue: Alexander Hendrich <hendrich@chromium.org>
Cr-Commit-Position: refs/heads/master@{#762854}
parent bed794cd
...@@ -262,7 +262,8 @@ TEST_F(AppServiceImplTest, PubSub) { ...@@ -262,7 +262,8 @@ TEST_F(AppServiceImplTest, PubSub) {
} }
} }
TEST_F(AppServiceImplTest, PreferredApps) { // TODO(https://crbug.com/1074596) disabled due to flakiness
TEST_F(AppServiceImplTest, DISABLED_PreferredApps) {
// Test Initialize. // Test Initialize.
AppServiceImpl::RegisterProfilePrefs(pref_service_.registry()); AppServiceImpl::RegisterProfilePrefs(pref_service_.registry());
ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
......
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