From 5cc726aad9e94ed1fa6989c42da994743bf7d121 Mon Sep 17 00:00:00 2001 From: cyril-ui-developer Date: Mon, 20 Jul 2026 21:16:23 -0400 Subject: [PATCH] Disable Knative e2e cypress test --- frontend/integration-tests/test-cypress.sh | 4 ++-- test-prow-e2e.sh | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/integration-tests/test-cypress.sh b/frontend/integration-tests/test-cypress.sh index 0835a732978..cc4bbcc7565 100755 --- a/frontend/integration-tests/test-cypress.sh +++ b/frontend/integration-tests/test-cypress.sh @@ -83,7 +83,7 @@ if [ -n "${nightly-}" ] && [ -z "${pkg-}" ]; then # yarn run test-cypress-shipwright-nightly yarn run test-cypress-pipelines-nightly yarn run test-cypress-topology-nightly - yarn run test-cypress-knative-nightly + # yarn run test-cypress-knative-nightly yarn run test-cypress-webterminal-nightly exit $err; @@ -95,7 +95,7 @@ if [ -n "${headless-}" ] && [ -z "${pkg-}" ]; then yarn run test-cypress-olm-headless yarn run test-cypress-webterminal-headless yarn run test-cypress-helm-headless - yarn run test-cypress-knative-headless + # yarn run test-cypress-knative-headless yarn run test-cypress-topology-headless yarn run test-cypress-pipelines-headless # yarn run test-cypress-shipwright-headless diff --git a/test-prow-e2e.sh b/test-prow-e2e.sh index bb9f159e139..9d542447295 100755 --- a/test-prow-e2e.sh +++ b/test-prow-e2e.sh @@ -34,8 +34,9 @@ elif [ "$SCENARIO" == "pipelines" ]; then ./integration-tests/test-cypress.sh -p pipelines -h true # elif [ "$SCENARIO" == "gitops" ]; then # ./integration-tests/test-cypress.sh -p gitops -h true -elif [ "$SCENARIO" == "knative" ]; then - ./integration-tests/test-cypress.sh -p knative -h true +# Disabled: knative-ci.feature failing in CI (OCPBUGS-99226) +# elif [ "$SCENARIO" == "knative" ]; then +# ./integration-tests/test-cypress.sh -p knative -h true fi env NO_SANDBOX=true yarn test-puppeteer-csp