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..3b4d7920d968825007e4080c63c1b1c8636366bd 100644 |
--- a/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc |
+++ b/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc |
@@ -38,6 +38,8 @@ using content::BrowserContext; |
namespace { |
// These should match the counterparts in remote.js. |
+// Also, the size of the file in |kTestRootFeed| has to be set to |
+// |size(kTestFileContents)|. |
const char kTestFileContents[] = "hello, world"; |
// Contains a folder entry for the folder 'Folder' that will be 'created'. |
@@ -252,7 +254,8 @@ IN_PROC_BROWSER_TEST_F(FileSystemExtensionApiTest, |
"filebrowser_component", "write.html", kComponentFlags)) << message_; |
} |
-IN_PROC_BROWSER_TEST_F(RemoteFileSystemExtensionApiTest, RemoteMountPoint) { |
+IN_PROC_BROWSER_TEST_F(RemoteFileSystemExtensionApiTest, |
+ DISABLED_RemoteMountPoint) { |
SetupGDataFileSystemForTest(); |
EXPECT_CALL(*mock_documents_service_, GetAccountMetadata(_)).Times(1); |