Skip to content

Commit 2fde69b

Browse files
committed
Disable E2E tests
1 parent 08208b6 commit 2fde69b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/stage-4-acceptance.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,11 @@ jobs:
9090
- uses: actions/checkout@v5.0.0
9191

9292
- name: "Run e2e tests"
93-
uses: ./.github/actions/e2e-tests
93+
#uses: ./.github/actions/e2e-tests
9494
env:
9595
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9696
NON_PROD_API_KEY: ${{ secrets.NON_PROD_API_KEY }}
9797
INTERNAL_DEV_TEST_PEM: ${{ secrets.INTERNAL_DEV_TEST_PEM }}
98+
shell: bash
99+
run: |
100+
echo "E2E tests are currently disabled. See CCM-14778"

0 commit comments

Comments
 (0)