Commit 88cb932d authored by Matt Jones's avatar Matt Jones Committed by Commit Bot

Disable flaky InstalledAppProviderTest#TestAssetStatementSiteMissingParts

TBR: mthiesse@chromium.org
Bug: 1052429
Change-Id: I6aab582df7d71ba3433e23d302b334fd081641b8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057099Reviewed-by: default avatarMatthew Jones <mdjones@chromium.org>
Commit-Queue: Matthew Jones <mdjones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#741540}
parent f8a60701
...@@ -787,7 +787,8 @@ public class InstalledAppProviderTest { ...@@ -787,7 +787,8 @@ public class InstalledAppProviderTest {
} }
/** Android app has a "site" field missing certain parts of the URI (scheme, host, port). */ /** Android app has a "site" field missing certain parts of the URI (scheme, host, port). */
@CalledByNativeJavaTest // Disabled test: https://crbug.com/1052429
//@CalledByNativeJavaTest
public void testAssetStatementSiteMissingParts() throws Exception { public void testAssetStatementSiteMissingParts() 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