File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments