Commit 01ccac7d authored by jam@chromium.org's avatar jam@chromium.org

Disable NaClBrowserTestNewlib.Bad on Mac since it's failing after open sourcing the PDF plugin.

BUG=375103
TBR=ncbray@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271558 0039d316-1c4b-4281-b951-d872f2087c98
parent cc279a33
......@@ -82,7 +82,8 @@ NACL_BROWSER_TEST_F(NaClBrowserTest, ProgressEvents, {
// allowed. Also not run on GLibc because it's a large test that is at risk of
// causing timeouts.
// crbug/338444
#if defined(OS_WIN)
// crbug.com/375103: fails on Mac after open sourcing PDF plugin.
#if defined(OS_WIN) || defined(OS_MACOSX)
#define MAYBE_Bad DISABLED_Bad
#else
#define MAYBE_Bad Bad
......
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