| Index: tools/bots/ddc_tests.py
|
| diff --git a/tools/bots/ddc_tests.py b/tools/bots/ddc_tests.py
|
| index 77908273cedd92eec06c7fe36868273f95e562f1..5d66befcca544b5327a3ba1a523b0f04012efa39 100644
|
| --- a/tools/bots/ddc_tests.py
|
| +++ b/tools/bots/ddc_tests.py
|
| @@ -28,6 +28,7 @@ if __name__ == '__main__':
|
| bot.RunProcess([dart_exe, 'tool/build_pkgs.dart', 'test'])
|
| bot.RunProcess([dart_exe, 'test/all_tests.dart'])
|
|
|
| + # TODO(vsm): Our bots do not have node / npm installed.
|
| # These mirror pkg/dev_compiler/tool/browser_test.sh.
|
| - bot.RunProcess(['npm', 'install'])
|
| - bot.RunProcess(['npm', 'test'], {'CHROME_BIN': 'chrome'})
|
| + # bot.RunProcess(['npm', 'install'])
|
| + # bot.RunProcess(['npm', 'test'], {'CHROME_BIN': 'chrome'})
|
|
|