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 82f68be8d5edfbe24d5aecd88a75278422219450..b53081b773c065ebebc32d9cb8e867589a642cea 100644 |
--- a/chrome/browser/apps/web_view_interactive_browsertest.cc |
+++ b/chrome/browser/apps/web_view_interactive_browsertest.cc |
@@ -476,11 +476,8 @@ IN_PROC_BROWSER_TEST_F(WebViewInteractiveTest, PointerLock) { |
// Fails on Windows. crbug.com/236040 |
// Also flaky on ChromiumOS. crbug.com/281815 |
-#if defined(OS_WIN) || defined(OS_CHROMEOS) |
+// Appears to be flaky on Mac and Linux too. |
#define MAYBE_Focus DISABLED_Focus |
lazyboy
2013/08/30 22:03:47
nit: Can get of this #define and directly call th
|
-#else |
-#define MAYBE_Focus Focus |
-#endif |
// Tests that setting focus on the <webview> sets focus on the guest. |
IN_PROC_BROWSER_TEST_F(WebViewInteractiveTest, MAYBE_Focus) { |
ASSERT_TRUE(StartEmbeddedTestServer()); // For serving guest pages. |