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

Unified Diff: chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc

Issue 9834064: gdata: Disable GDataFileSystemTest.RemoveFiles (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months 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/chromeos/gdata/gdata_file_system_unittest.cc
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc b/chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc
index f7167f423edb6842303ed2b10010249997b55707..3e1e8cc76e5c1af65af0f36f954d67b83dc7847d 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc
+++ b/chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc
@@ -1219,7 +1219,8 @@ TEST_F(GDataFileSystemTest, MoveFileToInvalidPath) {
EXPECT_TRUE(FindFile(dest_file_path) == NULL);
}
-TEST_F(GDataFileSystemTest, RemoveFiles) {
+// Race in shutdown. http://crbug.com/119712
+TEST_F(GDataFileSystemTest, DISABLED_RemoveFiles) {
EXPECT_CALL(*mock_sync_client_, OnCacheInitialized()).Times(1);
LoadRootFeedDocument("root_feed.json");
« 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