Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(401)

Unified Diff: device/gamepad/gamepad_provider_unittest.cc

Issue 2726843005: Disable GamepadProviderTest.ConnectDisconnectMultiple. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/gamepad/gamepad_provider_unittest.cc
diff --git a/device/gamepad/gamepad_provider_unittest.cc b/device/gamepad/gamepad_provider_unittest.cc
index a1deb1540efc13c3613a7b45fdeb0f022decc9f4..e89f801dcd49514a092b5688c353eed41f8ab132 100644
--- a/device/gamepad/gamepad_provider_unittest.cc
+++ b/device/gamepad/gamepad_provider_unittest.cc
@@ -110,7 +110,8 @@ TEST_F(GamepadProviderTest, PollingAccess) {
EXPECT_EQ(0.5f, output.items[0].axes[1]);
}
-TEST_F(GamepadProviderTest, ConnectDisconnectMultiple) {
+// Flaky on all platforms: http://crbug.com/692219
+TEST_F(GamepadProviderTest, DISABLED_ConnectDisconnectMultiple) {
WebGamepads test_data;
test_data.items[0].connected = true;
test_data.items[0].timestamp = 0;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698