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

Unified Diff: chrome/browser/apps/guest_view/web_view_browsertest.cc

Issue 2433943003: Disable (temporarily) WebView Browsertests on Mac build bots. (Closed)
Patch Set: Created 4 years, 2 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: chrome/browser/apps/guest_view/web_view_browsertest.cc
diff --git a/chrome/browser/apps/guest_view/web_view_browsertest.cc b/chrome/browser/apps/guest_view/web_view_browsertest.cc
index bfadcac4a770d8ac008f3a137a4d2aedb8914a5e..bdd47777d5e4fe7225e4b9e66cb75954e92647a3 100644
--- a/chrome/browser/apps/guest_view/web_view_browsertest.cc
+++ b/chrome/browser/apps/guest_view/web_view_browsertest.cc
@@ -98,6 +98,10 @@
#include "chrome/browser/chromeos/accessibility/speech_monitor.h"
#endif
+// Turn these tests off on Mac while we collect data on windows server crashes
+// on mac chromium builders. https://crbug.com/653353
+#if !defined(OS_MACOSX)
+
using extensions::ContextMenuMatcher;
using extensions::ExtensionsAPIClient;
using extensions::MenuItem;
@@ -3847,3 +3851,5 @@ IN_PROC_BROWSER_TEST_P(WebViewFocusTest, TouchFocusesEmbedder) {
EXPECT_TRUE(aura_webview->HasFocus());
}
#endif
+
+#endif // !defined(OS_MACOSX)
« 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