diff options
-rw-r--r-- | chrome/browser/geolocation/geolocation_browsertest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/geolocation/geolocation_browsertest.cc b/chrome/browser/geolocation/geolocation_browsertest.cc index c118c3f..2696850 100644 --- a/chrome/browser/geolocation/geolocation_browsertest.cc +++ b/chrome/browser/geolocation/geolocation_browsertest.cc @@ -541,7 +541,8 @@ IN_PROC_BROWSER_TEST_F(GeolocationBrowserTest, EXPECT_EQ(num_infobars_before_cancel, num_infobars_after_cancel + 1); } -IN_PROC_BROWSER_TEST_F(GeolocationBrowserTest, InvalidUrlRequest) { +// Disabled, http://crbug.com/66959. +IN_PROC_BROWSER_TEST_F(GeolocationBrowserTest, DISABLED_InvalidUrlRequest) { // Tests that an invalid URL (e.g. from a popup window) is rejected // correctly. Also acts as a regression test for http://crbug.com/40478 html_for_tests_ = "files/geolocation/invalid_request_url.html"; |