From b4005775478cd50604efe6a66b19e04942cfece6 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 13 Aug 2024 15:53:34 +0200 Subject: [PATCH] test: Stop installing chrome-remote-interface in tmt --- test/browser/run-test.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test/browser/run-test.sh b/test/browser/run-test.sh index 4fe6673..586583d 100644 --- a/test/browser/run-test.sh +++ b/test/browser/run-test.sh @@ -7,16 +7,6 @@ git init rm -f bots # common local case: existing bots symlink make bots test/common -# support running from clean git tree -if [ ! -d node_modules/chrome-remote-interface ]; then - # copy package.json temporarily otherwise npm might try to install the dependencies from it - rm -f package-lock.json # otherwise the command below installs *everything*, argh - mv package.json .package.json - # only install a subset to save time/space - npm install chrome-remote-interface - mv .package.json package.json -fi - # disable detection of affected tests; testing takes too long as there is no parallelization mv .git dot-git