From 66f7352ef130a8b048f178661d8cda2205178d9d Mon Sep 17 00:00:00 2001 From: lprabhu <> Date: Wed, 31 May 2023 20:03:02 +0530 Subject: [PATCH] Disabled pipelines e2e tests --- test-cypress.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-cypress.sh b/test-cypress.sh index fa04a00854c..d2f4d46d761 100755 --- a/test-cypress.sh +++ b/test-cypress.sh @@ -74,7 +74,7 @@ if [ -n "${headless-}" ] && [ -z "${pkg-}" ]; then yarn run test-cypress-helm-headless yarn run test-cypress-knative-headless yarn run test-cypress-topology-headless - yarn run test-cypress-pipelines-headless + #yarn run test-cypress-pipelines-headless # yarn run test-cypress-shipwright-headless yarn run test-cypress-webterminal-headless exit;