Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2087)

Unified Diff: chrome/browser/extensions/api/system_info_storage/storage_info_provider_unittest.cc

Issue 11416323: Disable StorageInfoProviderTest.WatchingMultipleStorages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/system_info_storage/storage_info_provider_unittest.cc
diff --git a/chrome/browser/extensions/api/system_info_storage/storage_info_provider_unittest.cc b/chrome/browser/extensions/api/system_info_storage/storage_info_provider_unittest.cc
index 8b7d4424fc809cd84e8928fa15127454abf54396..3d7656746e21909879e6429a02ded0066e04d7a7 100644
--- a/chrome/browser/extensions/api/system_info_storage/storage_info_provider_unittest.cc
+++ b/chrome/browser/extensions/api/system_info_storage/storage_info_provider_unittest.cc
@@ -173,7 +173,8 @@ TEST_F(StorageInfoProviderTest, WatchingOneStorage) {
RunMessageLoopUntilTimeout(200);
}
-TEST_F(StorageInfoProviderTest, WatchingMultipleStorages) {
+// Flaky: http://crbug.com/163964
+TEST_F(StorageInfoProviderTest, DISABLED_WatchingMultipleStorages) {
// Case 2: watching multiple storages.
for (size_t k = 1; k < arraysize(testing_data); ++k) {
EXPECT_CALL(observer(),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698