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

Unified Diff: chrome/browser/extensions/extension_geolocation_apitest.cc

Issue 10392145: Marked a failing test. (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/extensions/extension_geolocation_apitest.cc
diff --git a/chrome/browser/extensions/extension_geolocation_apitest.cc b/chrome/browser/extensions/extension_geolocation_apitest.cc
index 2ecdc4817a521a3efd16cb492c31ad34a68cb4c6..8158a127cbcc3609e371b03659e688f377d29006 100644
--- a/chrome/browser/extensions/extension_geolocation_apitest.cc
+++ b/chrome/browser/extensions/extension_geolocation_apitest.cc
@@ -23,7 +23,8 @@ IN_PROC_BROWSER_TEST_F(GeolocationApiTest,
ASSERT_TRUE(RunExtensionTest("geolocation/no_permission")) << message_;
}
-IN_PROC_BROWSER_TEST_F(GeolocationApiTest, ExtensionGeolocationAccessPass) {
+IN_PROC_BROWSER_TEST_F(GeolocationApiTest,
+ FAILS_ExtensionGeolocationAccessPass) {
// Test that geolocation can be accessed from extension with permission.
ASSERT_TRUE(RunExtensionTest("geolocation/has_permission")) << message_;
}
« 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