Chromium Code Reviews| Index: gamepad_provider_unittest.cc |
| =================================================================== |
| --- gamepad_provider_unittest.cc (revision 175580) |
| +++ gamepad_provider_unittest.cc (working copy) |
| @@ -110,7 +110,7 @@ |
| } |
| // Tests that waiting for a user gesture works properly. |
| -TEST_F(GamepadProviderTest, UserGesture) { |
| +TEST_F(GamepadProviderTest, DISABLED_UserGesture) { |
| WebGamepads no_button_data; |
| no_button_data.length = 1; |
| no_button_data.items[0].connected = true; |