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

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

Issue 1992323002: Disable flaky WebViewContextMenuInteractiveTest test on ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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_interactive_browsertest.cc
diff --git a/chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc b/chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc
index f60a187b21fdda21b4274f61c545347a7d2ab352..cc246a503ecc866f7f51f2862c7643172e000f47 100644
--- a/chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc
+++ b/chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc
@@ -926,8 +926,17 @@ IN_PROC_BROWSER_TEST_F(WebViewContextMenuInteractiveTest,
// it tests that events forwarded from the embedder are properly transformed,
// and in oopif-mode the events are sent directly to the child process without
// the forwarding code path (relying on surface-based hittesting).
+
+// Flaky on ChromeOS. http://crbug.com/613258
+#if defined(OS_CHROMEOS)
+#define MAYBE_ContextMenuParamsAfterCSSTransforms \
+ DISABLED_ContextMenuParamsAfterCSSTransforms
+#else
+#define MAYBE_ContextMenuParamsAfterCSSTransforms \
+ ContextMenuParamsAfterCSSTransforms
+#endif
IN_PROC_BROWSER_TEST_F(WebViewContextMenuInteractiveTest,
- ContextMenuParamsAfterCSSTransforms) {
+ MAYBE_ContextMenuParamsAfterCSSTransforms) {
LoadAndLaunchPlatformApp("web_view/context_menus/coordinates_with_transforms",
"Launched");
« 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