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

Unified Diff: services/ui/ws/platform_display_default_unittest.cc

Issue 2940733003: Disable PlatformDisplayDefaultTest.EventDispatch. (Closed)
Patch Set: Created 3 years, 6 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: services/ui/ws/platform_display_default_unittest.cc
diff --git a/services/ui/ws/platform_display_default_unittest.cc b/services/ui/ws/platform_display_default_unittest.cc
index d7e72ffe949c8b4274587cb031eca0ab78862cf2..bc3b399c74196f663236d9ae376c27ca44ccd810 100644
--- a/services/ui/ws/platform_display_default_unittest.cc
+++ b/services/ui/ws/platform_display_default_unittest.cc
@@ -99,7 +99,11 @@ class TestOzonePlatform : public OzonePlatform {
DISALLOW_COPY_AND_ASSIGN(TestOzonePlatform);
};
-TEST(PlatformDisplayDefaultTest, EventDispatch) {
+// Test fails in part because services_unittests appears to have its own ozone
+// platform that it initializes. For some reason, this only started failing
+// locally and on the trybots on 06/13/2017, while passing when run on the CQ
+// and the builders. crbug.com/732987
+TEST(PlatformDisplayDefaultTest, DISABLED_EventDispatch) {
// Setup ozone so the display can be initialized.
TestOzonePlatform platform;
« 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