From b2b7975d635eea81fc370f07758564a7e28d3e65 Mon Sep 17 00:00:00 2001 From: Vijay Menon Date: Wed, 18 Jan 2017 15:30:43 -0800 Subject: [PATCH] Disable npm steps on DDC bot for now This will only regression test compilation (no running of generated code), but that appears to work. R=leafp@google.com Review-Url: https://codereview.chromium.org/2646493003 . --- tools/bots/ddc_tests.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/bots/ddc_tests.py b/tools/bots/ddc_tests.py index 77908273ced..5d66befcca5 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'})