Commit ea59da10 authored by jam@chromium.org's avatar jam@chromium.org

Disable PlatformAppBrowserTest.WebContentsHasFocus since it depends on focus. TBR=227041 BUG=227041

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192604 0039d316-1c4b-4281-b951-d872f2087c98
parent f226fbb9
...@@ -796,7 +796,9 @@ IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, MAYBE_Messaging) { ...@@ -796,7 +796,9 @@ IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, MAYBE_Messaging) {
#if defined(OS_LINUX) && !defined(OS_CHROMEOS) && defined(USE_AURA) #if defined(OS_LINUX) && !defined(OS_CHROMEOS) && defined(USE_AURA)
#define MAYBE_WebContentsHasFocus DISABLED_WebContentsHasFocus #define MAYBE_WebContentsHasFocus DISABLED_WebContentsHasFocus
#else #else
#define MAYBE_WebContentsHasFocus WebContentsHasFocus // This test depends on focus and so needs to be in interactive_ui_tests.
// http://crbug.com/227041
#define MAYBE_WebContentsHasFocus DISABLED_WebContentsHasFocus
#endif #endif
IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, MAYBE_WebContentsHasFocus) { IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, MAYBE_WebContentsHasFocus) {
ExtensionTestMessageListener launched_listener("Launched", true); ExtensionTestMessageListener launched_listener("Launched", true);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment