Skip to content

Commit e0db23a

Browse files
Merge pull request #13611 from sanketpathak/pipeline-operator-disable-4.16
OCPBUGS-29601: Disabling pipeline tests to restore CI health
2 parents 962ab7b + 6edba2a commit e0db23a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

test-cypress.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ if [ -n "${nightly-}" ] && [ -z "${pkg-}" ]; then
5757

5858
yarn run test-cypress-dev-console-nightly
5959
yarn run test-cypress-helm-nightly
60-
yarn run test-cypress-pipelines-nightly
60+
# disabling pipeline tests due to unavailablility of opertor in operator hub
61+
# yarn run test-cypress-pipelines-nightly
6162
# yarn run test-cypress-shipwright-nightly
6263
yarn run test-cypress-topology-nightly
6364
yarn run test-cypress-knative-nightly
@@ -73,7 +74,8 @@ if [ -n "${headless-}" ] && [ -z "${pkg-}" ]; then
7374
yarn run test-cypress-helm-headless
7475
yarn run test-cypress-knative-headless
7576
yarn run test-cypress-topology-headless
76-
yarn run test-cypress-pipelines-headless
77+
# disabling pipeline tests due to unavailablility of opertor in operator hub
78+
# yarn run test-cypress-pipelines-headless
7779
# yarn run test-cypress-shipwright-headless
7880
# yarn run test-cypress-webterminal-headless
7981
exit;

0 commit comments

Comments
 (0)