Commit 8f8552d3 authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Disable flaky HIDDetectionScreenTest.NoBluetoothDeviceConnected.

Due to an issue in RenderProcessHostImpl, this test is failing flakily.
Disable to make the tree greener.

TBR=achuith@chromium.org

Bug: 1010866
Change-Id: Idf0309e3ca569cef1116f8ddd2aeaed5cb088c45
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1859878Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#705716}
parent 3dd9ad71
...@@ -159,7 +159,9 @@ IN_PROC_BROWSER_TEST_F(HIDDetectionScreenTest, BluetoothDeviceConnected) { ...@@ -159,7 +159,9 @@ IN_PROC_BROWSER_TEST_F(HIDDetectionScreenTest, BluetoothDeviceConnected) {
// Test that if there is no Bluetooth device connected on HID screen, the // Test that if there is no Bluetooth device connected on HID screen, the
// Bluetooth adapter should be disabled after advancing to the next screen. // Bluetooth adapter should be disabled after advancing to the next screen.
IN_PROC_BROWSER_TEST_F(HIDDetectionScreenTest, NoBluetoothDeviceConnected) { // Flaky. https://crbug.com/1010866
IN_PROC_BROWSER_TEST_F(HIDDetectionScreenTest,
DISABLED_NoBluetoothDeviceConnected) {
OobeScreenWaiter(HIDDetectionView::kScreenId).Wait(); OobeScreenWaiter(HIDDetectionView::kScreenId).Wait();
EXPECT_TRUE(adapter()->IsPowered()); 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