| Index: chrome/chrome_tests.gypi
|
| ===================================================================
|
| --- chrome/chrome_tests.gypi (revision 166678)
|
| +++ chrome/chrome_tests.gypi (working copy)
|
| @@ -4810,10 +4810,9 @@
|
| 'dependencies': [
|
| # 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.
|
| - # crbug.com/159748
|
| - #'browser_tests',
|
| + # Disabled from running in coverage_posix.py.
|
| + # We need to build this during compile step, so enabling here.
|
| + 'browser_tests',
|
| '../courgette/courgette.gyp:courgette_unittests',
|
| '../crypto/crypto.gyp:crypto_unittests',
|
| 'chromedriver_unittests',
|
|
|