We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08208b6 commit 2fde69bCopy full SHA for 2fde69b
1 file changed
.github/workflows/stage-4-acceptance.yaml
@@ -90,8 +90,11 @@ jobs:
90
- uses: actions/checkout@v5.0.0
91
92
- name: "Run e2e tests"
93
- uses: ./.github/actions/e2e-tests
+ #uses: ./.github/actions/e2e-tests
94
env:
95
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96
NON_PROD_API_KEY: ${{ secrets.NON_PROD_API_KEY }}
97
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