Skip to content

Commit 6edba2a

Browse files
committed
disabling pipeline tests due to unavailability of pipelines operator in operator hub
1 parent 962ab7b commit 6edba2a

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)