Commit dea2cca0 authored by zea@chromium.org's avatar zea@chromium.org

Disable ExtensionGeolocationAccessPass

Timing out on windows and linux.

BUG=128412
TEST=

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138130 0039d316-1c4b-4281-b951-d872f2087c98
parent 9644a8f1
...@@ -23,8 +23,9 @@ IN_PROC_BROWSER_TEST_F(GeolocationApiTest, ...@@ -23,8 +23,9 @@ IN_PROC_BROWSER_TEST_F(GeolocationApiTest,
ASSERT_TRUE(RunExtensionTest("geolocation/no_permission")) << message_; ASSERT_TRUE(RunExtensionTest("geolocation/no_permission")) << message_;
} }
// Timing out. http://crbug.com/128412
IN_PROC_BROWSER_TEST_F(GeolocationApiTest, IN_PROC_BROWSER_TEST_F(GeolocationApiTest,
FAILS_ExtensionGeolocationAccessPass) { DISABLED_ExtensionGeolocationAccessPass) {
// Test that geolocation can be accessed from extension with permission. // Test that geolocation can be accessed from extension with permission.
ASSERT_TRUE(RunExtensionTest("geolocation/has_permission")) << message_; ASSERT_TRUE(RunExtensionTest("geolocation/has_permission")) << message_;
} }
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