Commit 541da94e authored by pshenoy@chromium.org's avatar pshenoy@chromium.org

Disable PDFBrowserTest.Action on official MacOSX bot.

BUG=315160

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233162 0039d316-1c4b-4281-b951-d872f2087c98
parent 2e511567
...@@ -368,7 +368,12 @@ INSTANTIATE_TEST_CASE_P(PDFTestFiles, ...@@ -368,7 +368,12 @@ INSTANTIATE_TEST_CASE_P(PDFTestFiles,
PDFBrowserTest, PDFBrowserTest,
testing::Range(0, kLoadingNumberOfParts)); testing::Range(0, kLoadingNumberOfParts));
IN_PROC_BROWSER_TEST_F(PDFBrowserTest, Action) { #if defined(GOOGLE_CHROME_BUILD) && defined(OS_MACOSX)
// http://crbug.com/315160
#define MAYBE_Action DISABLED_Action
#else
#define MAYBE_Action Action
IN_PROC_BROWSER_TEST_F(PDFBrowserTest, MAYBE_Action) {
ASSERT_NO_FATAL_FAILURE(Load()); ASSERT_NO_FATAL_FAILURE(Load());
ASSERT_TRUE(content::ExecuteScript( ASSERT_TRUE(content::ExecuteScript(
......
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