| Index: projects.py
|
| diff --git a/projects.py b/projects.py
|
| index e856f27a965b4d9ddd1355d3f21c06f886368e1e..b7a97fa09610f5edd5694de06d372c7ccf7f726b 100644
|
| --- a/projects.py
|
| +++ b/projects.py
|
| @@ -324,13 +324,15 @@ def _gen_chromium(user, root_dir, rietveld_obj, no_try):
|
| 'android_aosp': ['compile'],
|
| 'ios_dbg_simulator': [
|
| 'compile',
|
| - 'base_unittests',
|
| - 'content_unittests',
|
| - 'crypto_unittests',
|
| - 'url_unittests',
|
| - 'net_unittests',
|
| - 'sql_unittests',
|
| - 'ui_unittests',
|
| + # Tryjobs failing but not main waterfall. Can't tell which are OK,
|
| + # booting all tests. crbug.com/285659
|
| + # 'base_unittests',
|
| + # 'content_unittests',
|
| + # 'crypto_unittests',
|
| + # 'url_unittests',
|
| + # 'net_unittests',
|
| + # 'sql_unittests',
|
| + # 'ui_unittests',
|
| ],
|
| 'ios_rel_device': ['compile'],
|
| 'linux_aura': linux_aura_tests,
|
|
|