From e907f729857bf4df4bb6430e0ab3ab77a4234181 Mon Sep 17 00:00:00 2001 From: sanketpathak Date: Tue, 13 Jun 2023 19:43:32 +0530 Subject: [PATCH] disabling web-terminal tests in CI --- test-cypress.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-cypress.sh b/test-cypress.sh index fa04a00854c..b4908eac077 100755 --- a/test-cypress.sh +++ b/test-cypress.sh @@ -75,8 +75,8 @@ if [ -n "${headless-}" ] && [ -z "${pkg-}" ]; then yarn run test-cypress-knative-headless yarn run test-cypress-topology-headless yarn run test-cypress-pipelines-headless -# yarn run test-cypress-shipwright-headless - yarn run test-cypress-webterminal-headless + # yarn run test-cypress-shipwright-headless + # yarn run test-cypress-webterminal-headless exit; fi