Commit f9b1f3bd authored by newt's avatar newt Committed by Commit bot

Disable geolocation infobar tests.

These are briefly broken because location is disabled on test devices,
and the mechanism for mocking out system location settings was broken.
To be fixed shortly.

BUG=449341
NOTRY=true

Review URL: https://codereview.chromium.org/849363002

Cr-Commit-Position: refs/heads/master@{#311774}
parent 4909fb1c
......@@ -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);
......
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