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

Unified Diff: device/gamepad/gamepad_provider_unittest.cc

Issue 2778673002: Disable flaky GamepadProviderTest.PollingAccess test (Closed)
Patch Set: Created 3 years, 9 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 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;
« 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