Skip to content

Commit

Permalink
Merge pull request #13700 from vikram-raj/enable-pipelines-e2e
Browse files Browse the repository at this point in the history
OCPBUGS-31430: Re-enable Pipelines e2e tests
  • Loading branch information
openshift-merge-bot[bot] committed Apr 15, 2024
2 parents 210a746 + b1dc6db commit deab9ea
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test-cypress.sh
Expand Up @@ -57,8 +57,7 @@ if [ -n "${nightly-}" ] && [ -z "${pkg-}" ]; then

yarn run test-cypress-dev-console-nightly
yarn run test-cypress-helm-nightly
# disabling pipeline tests due to unavailablility of opertor in operator hub
# yarn run test-cypress-pipelines-nightly
yarn run test-cypress-pipelines-nightly
# yarn run test-cypress-shipwright-nightly
yarn run test-cypress-topology-nightly
yarn run test-cypress-knative-nightly
Expand All @@ -74,8 +73,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
# disabling pipeline tests due to unavailablility of opertor in operator hub
# 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;
Expand Down

0 comments on commit deab9ea

Please sign in to comment.