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