Commit a2f87258 authored by Yu Han's avatar Yu Han Committed by Commit Bot

Disable WebBluetoothScanningIdsNotPersistent test

Disable WebBluetoothScanningIdsNotPersistent test

NOPRESUBMIT=true

Bug: 1147575
Change-Id: I5e5db1e7a066f96155173922fe5e2d740a99ce7f
NoTry: True
Tbr: msw@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2530748Reviewed-by: default avatarYu Han <yuzhehan@chromium.org>
Commit-Queue: Yu Han <yuzhehan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#825980}
parent 790bd653
...@@ -625,8 +625,9 @@ IN_PROC_BROWSER_TEST_F(WebBluetoothTestWithNewPermissionsBackendEnabled, ...@@ -625,8 +625,9 @@ IN_PROC_BROWSER_TEST_F(WebBluetoothTestWithNewPermissionsBackendEnabled,
EXPECT_TRUE(blink::WebBluetoothDeviceId::IsValid(scan_id)); EXPECT_TRUE(blink::WebBluetoothDeviceId::IsValid(scan_id));
} }
// TODO(crbug.com/1147575) Test failure on Mac10.15
IN_PROC_BROWSER_TEST_F(WebBluetoothTestWithNewPermissionsBackendEnabled, IN_PROC_BROWSER_TEST_F(WebBluetoothTestWithNewPermissionsBackendEnabled,
WebBluetoothScanningIdsNotPersistent) { DISABLED_WebBluetoothScanningIdsNotPersistent) {
// Grant permission to scan for Bluetooth devices again, and compare the ID // Grant permission to scan for Bluetooth devices again, and compare the ID
// assigned to the scanned device against the one that was stored previously. // assigned to the scanned device against the one that was stored previously.
ASSERT_TRUE(content::ExecJs(web_contents_, R"( ASSERT_TRUE(content::ExecJs(web_contents_, R"(
......
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