Chromium Code Reviews| Index: chrome/chrome_tests.gypi |
| =================================================================== |
| --- chrome/chrome_tests.gypi (revision 166678) |
| +++ chrome/chrome_tests.gypi (working copy) |
| @@ -4811,9 +4811,10 @@ |
| # Win bot needs to be turned into an interactive bot. |
| 'interactive_ui_tests', |
| # Random tests hang/timeout on linux coverage bot. |
| - # Disabled until we figure out these tests. |
| + # Disabled from running in coverage_posix.py. |
| # crbug.com/159748 |
| - #'browser_tests', |
| + # We need to build this during compile step, so enabling here. |
|
John Grabowski
2012/11/09 18:47:54
Add comment stating the test is disabled in covera
pshenoy
2012/11/09 19:00:48
It's already updated in the comment above.
|
| + 'browser_tests', |
| '../courgette/courgette.gyp:courgette_unittests', |
| '../crypto/crypto.gyp:crypto_unittests', |
| 'chromedriver_unittests', |