Commit c6f9009d authored by Salvador Guerrero's avatar Salvador Guerrero Committed by Commit Bot

Disable flaky AppBannerManagerTest

This CL disables the following test:

* AppBannerManagerTest.testBlockedModalNativeAppBannerResolveUserChoice

Because it crashes on builder:

* test-o-phone

TBR=dominickn@chromium.org

Bug: 1144199
Change-Id: I31cd1c0f718f559d67587b7d9a62ac9c7622ab15
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2510358Reviewed-by: default avatarSalvador Guerrero <salg@google.com>
Commit-Queue: Salvador Guerrero <salg@google.com>
Cr-Commit-Position: refs/heads/master@{#822719}
parent a1fe2ba9
...@@ -563,6 +563,7 @@ public class AppBannerManagerTest { ...@@ -563,6 +563,7 @@ public class AppBannerManagerTest {
@Test @Test
@MediumTest @MediumTest
@Feature({"AppBanners"}) @Feature({"AppBanners"})
@DisabledTest(message = "crbug.com/1144199")
public void testBlockedModalNativeAppBannerResolveUserChoice() throws Exception { public void testBlockedModalNativeAppBannerResolveUserChoice() throws Exception {
triggerModalNativeAppBanner(mTabbedActivityTestRule, triggerModalNativeAppBanner(mTabbedActivityTestRule,
WebappTestPage.getNonServiceWorkerUrlWithManifestAndAction( WebappTestPage.getNonServiceWorkerUrlWithManifestAndAction(
......
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