Commit 028ae484 authored by John Budorick's avatar John Budorick Committed by Commit Bot

Disable HIDDetectionScreenTest.BluetoothDeviceConnected.

Bug: 1014951
Change-Id: I0212752e770b5d995b81e1c98447f3ff4a9d116c
Tbr: achuith@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1866789Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: John Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#706924}
parent 5e0db9ff
......@@ -135,7 +135,9 @@ IN_PROC_BROWSER_TEST_F(HIDDetectionScreenTest, MouseKeyboardStates) {
// Test that if there is any Bluetooth device connected on HID screen, the
// Bluetooth adapter should not be disabled after advancing to the next screen.
IN_PROC_BROWSER_TEST_F(HIDDetectionScreenTest, BluetoothDeviceConnected) {
// Flaky: https://crbug.com/1014951
IN_PROC_BROWSER_TEST_F(HIDDetectionScreenTest,
DISABLED_BluetoothDeviceConnected) {
OobeScreenWaiter(HIDDetectionView::kScreenId).Wait();
EXPECT_TRUE(adapter()->IsPowered());
......
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