Commit ce774180 authored by Matt Jones's avatar Matt Jones Committed by Commit Bot

Disable flaky test TestMultipleInstalledRelatedApps

Bug: 1052024
TBR: rayankans@chromium.org
Change-Id: I27da159c3e85b164997be5fa3e8752f96b5eadda
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055004Reviewed-by: default avatarMatthew Jones <mdjones@chromium.org>
Commit-Queue: Matthew Jones <mdjones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#741135}
parent 39562c3c
...@@ -847,7 +847,8 @@ public class InstalledAppProviderTest { ...@@ -847,7 +847,8 @@ public class InstalledAppProviderTest {
* <p>Web app also related to an app with the same name on another platform, and another Android * <p>Web app also related to an app with the same name on another platform, and another Android
* app which is not installed. * app which is not installed.
*/ */
@CalledByNativeJavaTest // Disabled test: https://crbug.com/1052024
// @CalledByNativeJavaTest
public void testMultipleInstalledRelatedApps() throws Exception { public void testMultipleInstalledRelatedApps() throws Exception {
RelatedApplication[] manifestRelatedApps = new RelatedApplication[] { RelatedApplication[] manifestRelatedApps = new RelatedApplication[] {
createRelatedApplication(PLATFORM_ANDROID, PACKAGE_NAME_1, null), createRelatedApplication(PLATFORM_ANDROID, PACKAGE_NAME_1, null),
......
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