Chromium Code Reviews| Index: tests/lib/lib.status |
| =================================================================== |
| --- tests/lib/lib.status (revision 7039) |
| +++ tests/lib/lib.status (working copy) |
| @@ -14,3 +14,7 @@ |
| [ $compiler == none && $runtime == drt ] |
| crypto/*: Skip # Don't run tests using crypto in the browser |
| + |
| +[ $compiler == none && $mode == debug ] |
| +crypto/*: Skip # Takes too long |
| + |