Commit 40fb1f48 authored by Nate Fischer's avatar Nate Fischer Committed by Commit Bot

Android: disable TrustedWebActivityLocationDelegationTest.*

All of TrustedWebActivityLocationDelegationTest.* are flaking on the
official tester. This just disables the entire test file.

Tbr: peconn@chromium.org
Bug: 1116518
Test: run_chrome_public_test_apk -f TrustedWebActivityLocationDelegationTest.* (verify nothing runs)
Change-Id: I168bbb668493fcc95578be67e7c1abbb3716b52f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2356989Reviewed-by: default avatarNate Fischer <ntfschr@chromium.org>
Commit-Queue: Nate Fischer <ntfschr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#798221}
parent 34b78c32
...@@ -51,6 +51,7 @@ import java.util.concurrent.TimeoutException; ...@@ -51,6 +51,7 @@ import java.util.concurrent.TimeoutException;
@RunWith(BaseJUnit4ClassRunner.class) @RunWith(BaseJUnit4ClassRunner.class)
@CommandLineFlags.Add({ChromeSwitches.DISABLE_FIRST_RUN_EXPERIENCE, @CommandLineFlags.Add({ChromeSwitches.DISABLE_FIRST_RUN_EXPERIENCE,
"enable-features=" + ChromeFeatureList.TRUSTED_WEB_ACTIVITY_LOCATION_DELEGATION}) "enable-features=" + ChromeFeatureList.TRUSTED_WEB_ACTIVITY_LOCATION_DELEGATION})
@DisabledTest(message = "crbug.com/1116518")
public class TrustedWebActivityLocationDelegationTest { public class TrustedWebActivityLocationDelegationTest {
public final CustomTabActivityTestRule mCustomTabActivityTestRule = public final CustomTabActivityTestRule mCustomTabActivityTestRule =
new CustomTabActivityTestRule(); new CustomTabActivityTestRule();
......
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