Skip to content

Commit

Permalink
disabling web-terminal tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sanketpathak committed Jun 13, 2023
1 parent b9185dd commit b3382f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test-cypress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ if [ -n "${headless-}" ] && [ -z "${pkg-}" ]; then
yarn run test-cypress-helm-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
yarn run test-cypress-webterminal-headless
# yarn run test-cypress-pipelines-headless
# yarn run test-cypress-shipwright-headless
# yarn run test-cypress-webterminal-headless
exit;
fi

Expand Down

0 comments on commit b3382f4

Please sign in to comment.