Commit 0793a571 authored by Nate Fischer's avatar Nate Fischer Committed by Commit Bot

Android: disable Fido2CredentialRequestTest

No change to logic. This test seems to fail consistently when it
actually runs (most bots skip this test suite entirely because they
don't have the required GMSCore version). This disables the full test
class.

Tbr: nsatragno@chromium.org
Bug: 1130845
Test: out/Default/bin/run_chrome_public_test_apk -f Fido2CredentialRequestTest.*
Change-Id: I4655c905dd36d376f6d3842b85c8698a2ba84b35
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2423143
Commit-Queue: Nate Fischer <ntfschr@chromium.org>
Reviewed-by: default avatarNate Fischer <ntfschr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#809162}
parent 67a574f5
...@@ -72,6 +72,7 @@ import java.util.List; ...@@ -72,6 +72,7 @@ import java.util.List;
ContentSwitches.HOST_RESOLVER_RULES + "=MAP * 127.0.0.1", ContentSwitches.HOST_RESOLVER_RULES + "=MAP * 127.0.0.1",
"enable-experimental-web-platform-features", "enable-features=WebAuthentication", "enable-experimental-web-platform-features", "enable-features=WebAuthentication",
"ignore-certificate-errors"}) "ignore-certificate-errors"})
@DisabledTest(message = "https://crbug.com/1130845")
public class Fido2CredentialRequestTest { public class Fido2CredentialRequestTest {
@Rule @Rule
public ChromeActivityTestRule<ChromeActivity> mActivityTestRule = public ChromeActivityTestRule<ChromeActivity> mActivityTestRule =
......
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