Index: ppapi/native_client/tests/breakpad_crash_test/nacl.scons |
diff --git a/ppapi/native_client/tests/breakpad_crash_test/nacl.scons b/ppapi/native_client/tests/breakpad_crash_test/nacl.scons |
index 308e8887224fe88ae0fb6915e3c94f7df7a6b266..a6bfd1c59bbf41eb0ceacc670ff5604d8e770a74 100644 |
--- a/ppapi/native_client/tests/breakpad_crash_test/nacl.scons |
+++ b/ppapi/native_client/tests/breakpad_crash_test/nacl.scons |
@@ -99,5 +99,10 @@ node = env.PPAPIBrowserTester( |
args=platform_args + ['--expected_crash_dumps=0']) |
env.AddNodeToTestSuite( |
node, ['chrome_browser_tests'], 'run_breakpad_untrusted_crash_test', |
+ # This currently reliably fails in linux_aura configurations, probably for |
+ # the same reasons that the previous test fails. |
+ # |
+ # See bug: https://code.google.com/p/chromium/issues/detail?id=303342 |
is_broken=env.PPAPIBrowserTesterIsBroken() or |
- env.Bit('running_on_valgrind')) |
+ env.Bit('running_on_valgrind') or |
+ env.Bit('host_linux')) |