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

Unified Diff: chrome/browser/extensions/api/media_galleries_private/media_galleries_private_apitest.cc

Issue 61283002: Disable MediaGalleriesPrivateApiTest.DeviceAttachDetachEvents on Linux official bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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: chrome/browser/extensions/api/media_galleries_private/media_galleries_private_apitest.cc
diff --git a/chrome/browser/extensions/api/media_galleries_private/media_galleries_private_apitest.cc b/chrome/browser/extensions/api/media_galleries_private/media_galleries_private_apitest.cc
index aa2a715bc71e8ee619ee4e1e0fe66568ef3451c1..79edf1fa7cc86fd3972cea4760458137935bf540 100644
--- a/chrome/browser/extensions/api/media_galleries_private/media_galleries_private_apitest.cc
+++ b/chrome/browser/extensions/api/media_galleries_private/media_galleries_private_apitest.cc
@@ -106,7 +106,14 @@ class MediaGalleriesPrivateApiTest : public ExtensionApiTest {
DISALLOW_COPY_AND_ASSIGN(MediaGalleriesPrivateApiTest);
};
-IN_PROC_BROWSER_TEST_F(MediaGalleriesPrivateApiTest, DeviceAttachDetachEvents) {
+// Fails on official Linux bot. See http://crbug.com/315276
+#if defined(GOOGLE_CHROME_BUILD) && defined(OS_LINUX)
+#define MAYBE_DeviceAttachDetachEvents DISABLED_DeviceAttachDetachEvents
+#else
+#define MAYBE_DeviceAttachDetachEvents DeviceAttachDetachEvents
+#endif
+IN_PROC_BROWSER_TEST_F(MediaGalleriesPrivateApiTest,
+ MAYBE_DeviceAttachDetachEvents) {
// Setup.
TestStorageMonitor::SyncInitialize();
const extensions::Extension* extension =
« 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