Chromium Code Reviews| Index: native_client/tests/ppapi_browser/crash/nacl.scons |
| =================================================================== |
| --- native_client/tests/ppapi_browser/crash/nacl.scons (revision 98619) |
| +++ native_client/tests/ppapi_browser/crash/nacl.scons (working copy) |
| @@ -54,4 +54,7 @@ |
| ['chrome_browser_tests'], |
| 'run_ppapi_crash_browser_test', |
| is_broken=env.PPAPIBrowserTesterIsBroken() or |
| - env.Bit('nacl_glibc')) |
| + env.Bit('nacl_glibc') or |
| +# TODO(halyavin): re-enable this when fixed. |
| + True |
| +) |