Commit ebee2643 authored by Sky Malice's avatar Sky Malice Committed by Chromium LUCI CQ

Disable failing AppBannerManager test cases.

TBR: dominickn@chromium.org
Bug: 1166410
Change-Id: Ie498f6051ce491cce14e9f99977827a2646e9913
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2629909Reviewed-by: default avatarSky Malice <skym@chromium.org>
Commit-Queue: Sky Malice <skym@chromium.org>
Cr-Commit-Position: refs/heads/master@{#843703}
parent bdb8bac7
...@@ -535,6 +535,7 @@ public class AppBannerManagerTest { ...@@ -535,6 +535,7 @@ public class AppBannerManagerTest {
} }
@Test @Test
@DisabledTest(message = "https://crbug.com/1166410")
@SmallTest @SmallTest
@Feature({"AppBanners"}) @Feature({"AppBanners"})
public void testAppInstalledModalNativeAppBannerBrowserTabWithUrl() throws Exception { public void testAppInstalledModalNativeAppBannerBrowserTabWithUrl() throws Exception {
...@@ -552,6 +553,7 @@ public class AppBannerManagerTest { ...@@ -552,6 +553,7 @@ public class AppBannerManagerTest {
} }
@Test @Test
@DisabledTest(message = "https://crbug.com/1166410")
@SmallTest @SmallTest
@Feature({"AppBanners"}) @Feature({"AppBanners"})
public void testAppInstalledModalNativeAppBannerCustomTab() throws Exception { public void testAppInstalledModalNativeAppBannerCustomTab() throws Exception {
...@@ -610,6 +612,7 @@ public class AppBannerManagerTest { ...@@ -610,6 +612,7 @@ public class AppBannerManagerTest {
} }
@Test @Test
@DisabledTest(message = "https://crbug.com/1166410")
@SmallTest @SmallTest
@Feature({"AppBanners"}) @Feature({"AppBanners"})
public void testModalNativeAppBannerCanBeTriggeredMultipleTimesBrowserTab() throws Exception { public void testModalNativeAppBannerCanBeTriggeredMultipleTimesBrowserTab() throws Exception {
......
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