Commit 6ebc8203 authored by Ken Rockot's avatar Ken Rockot

Disable NaClBrowserTestNewlib.Bad on Linux

BUG=448596
TBR=ncbray@chromium.org
CC=sbc@chromium.org,rch@chromium.org,teravest@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#311370}
parent 91d2f864
......@@ -101,6 +101,9 @@ NACL_BROWSER_TEST_F(NaClBrowserTest, ProgressEvents, {
// crbug/338444
#if defined(OS_WIN)
#define MAYBE_Bad DISABLED_Bad
#elif defined(OS_LINUX)
// See http://crbug.com/448596
#define MAYBE_Bad DISABLED_Bad
#else
#define MAYBE_Bad Bad
#endif
......
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