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

Unified Diff: chrome/browser/chromeos/extensions/external_filesystem_apitest.cc

Issue 10386216: Disable RemoteFileSystemExtensionApiTest.RemoteMountPoint. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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/extensions/external_filesystem_apitest.cc
diff --git a/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc b/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc
index 80c7b645fd401d3dc63eba45becb52eda9a7b9ea..be1cc237836295c0326ed5ee2cdb4c2b9bf5e41f 100644
--- a/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc
+++ b/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc
@@ -252,7 +252,10 @@ IN_PROC_BROWSER_TEST_F(FileSystemExtensionApiTest,
"filebrowser_component", "write.html", kComponentFlags)) << message_;
}
-IN_PROC_BROWSER_TEST_F(RemoteFileSystemExtensionApiTest, RemoteMountPoint) {
+// Failing on Linux ChromeOS builds.
+// http://crbug.com/128757
+IN_PROC_BROWSER_TEST_F(RemoteFileSystemExtensionApiTest,
+ DISABLED_RemoteMountPoint) {
SetupGDataFileSystemForTest();
EXPECT_CALL(*mock_documents_service_, GetAccountMetadata(_)).Times(1);
« 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