Commit 09a39242 authored by Philip Jägenstedt's avatar Philip Jägenstedt

Disable testBannerAppearsThenDoesNotAppearAgainForCustomTime (flaky)

BUG=679949
TBR=dominickn@chromium.org

Review-Url: https://codereview.chromium.org/2627973002 .
Cr-Commit-Position: refs/heads/master@{#442913}
parent ca09e631
......@@ -21,6 +21,7 @@ import android.widget.Button;
import android.widget.TextView;
import org.chromium.base.ThreadUtils;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.chrome.R;
import org.chromium.chrome.browser.ShortcutHelper;
......@@ -418,8 +419,9 @@ public class AppBannerManagerTest extends ChromeTabbedActivityTestBase {
waitUntilAppBannerInfoBarAppears(NATIVE_APP_TITLE);
}
@MediumTest
@Feature({"AppBanners"})
// @MediumTest
// @Feature({"AppBanners"})
@DisabledTest
public void testBannerAppearsThenDoesNotAppearAgainForCustomTime() throws Exception {
AppBannerManager.setDaysAfterDismissAndIgnoreForTesting(7, 7);
triggerWebAppBanner(mWebAppUrl, WEB_APP_TITLE, false);
......
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