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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/infobar/InfoBarTest.java

Issue 849363002: Disable geolocation infobar tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/android/javatests/src/org/chromium/chrome/browser/infobar/InfoBarTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/infobar/InfoBarTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/infobar/InfoBarTest.java
index 8999761efc4215a2610f2c4d5a79b6f404c264cf..ddfec681ce4ec588b98ee1140db942916bbc6589 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/infobar/InfoBarTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/infobar/InfoBarTest.java
@@ -6,6 +6,7 @@ package org.chromium.chrome.browser.infobar;
import static org.chromium.base.test.util.ScalableTimeout.scaleTimeout;
+import android.test.FlakyTest;
import android.test.suitebuilder.annotation.MediumTest;
import android.test.suitebuilder.annotation.Smoke;
@@ -72,9 +73,13 @@ public class InfoBarTest extends ChromeShellTestBase {
/**
* Verify Geolocation creates an InfoBar.
+ *
+ * @Smoke
+ * @MediumTest
+ *
+ * Bug: http://crbug.com/449341
*/
- @Smoke
- @MediumTest
+ @FlakyTest
@Feature({"Browser", "Main"})
public void testInfoBarForGeolocation() throws InterruptedException {
loadUrlWithSanitization(TestHttpServerClient.getUrl(GEOLOCATION_PAGE));
@@ -96,8 +101,11 @@ public class InfoBarTest extends ChromeShellTestBase {
/**
* Verify Geolocation creates an InfoBar and that it's destroyed when navigating back.
*
+ * @MediumTest
+ *
+ * Bug: http://crbug.com/449341
*/
- @MediumTest
+ @FlakyTest
@Feature({"Browser"})
public void testInfoBarForGeolocationDisappearsOnBack() throws InterruptedException {
loadUrlWithSanitization(HELLO_WORLD_URL);
« 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