Commit e562af27 authored by Adam Langley's avatar Adam Langley Committed by Commit Bot

webauthn: stop UI testing BLE and NFC

NFC support was never fleshed out and BLE will be removed.

Change-Id: I7182c3f613ff8bc3b43ce03e876e6c90634f48cd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2025575
Commit-Queue: Adam Langley <agl@chromium.org>
Commit-Queue: Martin Kreichgauer <martinkr@google.com>
Auto-Submit: Adam Langley <agl@chromium.org>
Reviewed-by: default avatarMartin Kreichgauer <martinkr@google.com>
Cr-Commit-Position: refs/heads/master@{#736033}
parent 0e17ba26
...@@ -34,9 +34,7 @@ class AuthenticatorDialogTest : public DialogBrowserTest { ...@@ -34,9 +34,7 @@ class AuthenticatorDialogTest : public DialogBrowserTest {
::device::FidoRequestHandlerBase::TransportAvailabilityInfo ::device::FidoRequestHandlerBase::TransportAvailabilityInfo
transport_availability; transport_availability;
transport_availability.available_transports = { transport_availability.available_transports = {
AuthenticatorTransport::kBluetoothLowEnergy,
AuthenticatorTransport::kUsbHumanInterfaceDevice, AuthenticatorTransport::kUsbHumanInterfaceDevice,
AuthenticatorTransport::kNearFieldCommunication,
AuthenticatorTransport::kInternal, AuthenticatorTransport::kInternal,
AuthenticatorTransport::kCloudAssistedBluetoothLowEnergy}; AuthenticatorTransport::kCloudAssistedBluetoothLowEnergy};
model->set_cable_transport_info(/*cable_extension_provided=*/true, model->set_cable_transport_info(/*cable_extension_provided=*/true,
......
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