Commit 08d30768 authored by zea@chromium.org's avatar zea@chromium.org

Disable RemoteFileSystemExtensionApiTest.RemoteMountPoint.

Failing on Linux ChromeOS builds.

TBR=aa@chromium.org
BUG=128757
TEST=

Review URL: https://chromiumcodereview.appspot.com/10386216

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137900 0039d316-1c4b-4281-b951-d872f2087c98
parent b4a15770
......@@ -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);
......
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