| Index: device/gamepad/gamepad_provider_unittest.cc
|
| diff --git a/device/gamepad/gamepad_provider_unittest.cc b/device/gamepad/gamepad_provider_unittest.cc
|
| index b60dbf8a126915027a3e5b139a8604060f830a5c..ad845437a783cd29fdac77ad2689e8c6398d3512 100644
|
| --- a/device/gamepad/gamepad_provider_unittest.cc
|
| +++ b/device/gamepad/gamepad_provider_unittest.cc
|
| @@ -70,7 +70,8 @@ class GamepadProviderTest : public testing::Test, public GamepadTestHelper {
|
| DISALLOW_COPY_AND_ASSIGN(GamepadProviderTest);
|
| };
|
|
|
| -TEST_F(GamepadProviderTest, PollingAccess) {
|
| +// Test is flaky. crbug.com/705367
|
| +TEST_F(GamepadProviderTest, DISABLED_PollingAccess) {
|
| WebGamepads test_data;
|
| memset(&test_data, 0, sizeof(WebGamepads));
|
| test_data.items[0].connected = true;
|
|
|