Skip to content

Commit c32beea

Browse files
rhamiltoclaude
andcommitted
DO NOT MERGE: reorder test-cypress-helm-headless for CI testing
Move helm-headless test to run first to isolate flake investigation. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 24666aa commit c32beea

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/integration-tests/test-cypress.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,12 @@ if [ -n "${nightly-}" ] && [ -z "${pkg-}" ]; then
8787
fi
8888

8989
if [ -n "${headless-}" ] && [ -z "${pkg-}" ]; then
90+
# DO NOT MERGE. UPDATED FOR TESTING IN CI.
91+
yarn run test-cypress-helm-headless
9092
yarn run test-cypress-console-headless
9193
yarn run test-cypress-dev-console-headless
9294
yarn run test-cypress-olm-headless
9395
yarn run test-cypress-webterminal-headless
94-
yarn run test-cypress-helm-headless
9596
yarn run test-cypress-knative-headless
9697
yarn run test-cypress-topology-headless
9798
# yarn run test-cypress-shipwright-headless

0 commit comments

Comments
 (0)