Commit 5d23d73c authored by Boris Sazonov's avatar Boris Sazonov Committed by Commit Bot

Enable DisabletestModalNativeAppBannerCanBeTriggeredMultipleTimesCustomTab

This CL reverts half of https://crrev.com/c/1329161 by enabling
testModalNativeAppBannerCanBeTriggeredMultipleTimesCustomTab
that was disabled by the CL. The issue that was causing the failures
should've been fixed by https://crrev.com/c/1345069.
testAppInstalledModalNativeAppBannerCustomTab, the second test disabled
by https://crrev.com/c/1329161 is not enabled by this CL, as it fails
with TimeoutException (doesn't seem to be connected to the failure fixed
by https://crrev.com/c/1345069).

Bug: 903657
Change-Id: I4ef52c1bfe9d560fecbcfa4e389baffef758fe15
Reviewed-on: https://chromium-review.googlesource.com/c/1350187Reviewed-by: default avatarDominick Ng <dominickn@chromium.org>
Commit-Queue: Boris Sazonov <bsazonov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#613057}
parent 741c9aa9
...@@ -599,7 +599,6 @@ public class AppBannerManagerTest { ...@@ -599,7 +599,6 @@ public class AppBannerManagerTest {
@Test @Test
@SmallTest @SmallTest
@Feature({"AppBanners"}) @Feature({"AppBanners"})
@DisabledTest(message = "crbug.com/903658")
public void testModalNativeAppBannerCanBeTriggeredMultipleTimesCustomTab() throws Exception { public void testModalNativeAppBannerCanBeTriggeredMultipleTimesCustomTab() throws Exception {
mCustomTabActivityTestRule.startCustomTabActivityWithIntent( mCustomTabActivityTestRule.startCustomTabActivityWithIntent(
CustomTabsTestUtils.createMinimalCustomTabIntent( CustomTabsTestUtils.createMinimalCustomTabIntent(
......
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