From b692663d581943f9a9d41a2847b477de52cfd4ac Mon Sep 17 00:00:00 2001 From: Carl-Erik Kopseng Date: Fri, 20 Oct 2023 15:14:59 +0200 Subject: [PATCH] Temporarily disabling cloud tests until we can get a consistent sauce labs setup --- scripts/preversion.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/preversion.sh b/scripts/preversion.sh index 22a15403..3479672d 100755 --- a/scripts/preversion.sh +++ b/scripts/preversion.sh @@ -13,4 +13,5 @@ fi npm run lint npm test # lints and tests -npm run test-cloud # should not take more than approx 25 seconds +echo "We have issues running the test-cloud script successfully due to networking issues" +echo DISABLED: npm run test-cloud # should not take more than approx 25 seconds