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

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

Issue 23638004: Disable WebViewInteractiveTest.Focus on ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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/web_view_interactive_browsertest.cc
diff --git a/chrome/browser/apps/web_view_interactive_browsertest.cc b/chrome/browser/apps/web_view_interactive_browsertest.cc
index fed4bc8a2ae32f96284c85591e11d2d3ff8bdaf6..bf1e4ec43bbf5719e8522df6ccecb7fe024665e5 100644
--- a/chrome/browser/apps/web_view_interactive_browsertest.cc
+++ b/chrome/browser/apps/web_view_interactive_browsertest.cc
@@ -468,7 +468,8 @@ IN_PROC_BROWSER_TEST_F(WebViewInteractiveTest, PointerLock) {
#endif // (defined(OS_WIN) || defined(OS_LINUX))
// Fails on Windows. crbug.com/236040
-#if defined(OS_WIN)
+// Also flaky on ChromiumOS. crbug.com/281815
+#if defined(OS_WIN) || defined(OS_CHROMEOS)
#define MAYBE_Focus DISABLED_Focus
#else
#define MAYBE_Focus Focus
« 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