Commit 2df1ae8e authored by jam@chromium.org's avatar jam@chromium.org

Disable PluginTest.GetURL on Mac since it's failing even with retries sometimes.

BUG=402164
TBR=avi@chromium.org

Review URL: https://codereview.chromium.org/453153002

Cr-Commit-Position: refs/heads/master@{#288448}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288448 0039d316-1c4b-4281-b951-d872f2087c98
parent f5b9a3f3
...@@ -222,10 +222,12 @@ IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(ManyPlugins)) { ...@@ -222,10 +222,12 @@ IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(ManyPlugins)) {
LoadAndWait(GetURL("many_plugins.html")); LoadAndWait(GetURL("many_plugins.html"));
} }
#if !defined(OS_MACOSX) // http://crbug.com/402164
// Test various calls to GetURL from a plugin. // Test various calls to GetURL from a plugin.
IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(GetURL)) { IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(GetURL)) {
LoadAndWait(GetURL("geturl.html")); LoadAndWait(GetURL("geturl.html"));
} }
#endif
// Test various calls to GetURL for javascript URLs with // Test various calls to GetURL for javascript URLs with
// non NULL targets from a plugin. // non NULL targets from a plugin.
......
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