diff --git a/.github/workflows/pr-e2e-tests.yml b/.github/workflows/pr-e2e-tests.yml index 7ba6a3e355d..6e5f61d20d8 100644 --- a/.github/workflows/pr-e2e-tests.yml +++ b/.github/workflows/pr-e2e-tests.yml @@ -95,7 +95,7 @@ jobs: name: ${{ steps.artifact.outputs.artifact }} path: e2e-runner - # E2E tests disabled for 11.4.8 compatibility issues + # E2E tests DISABLED for 11.4.8 compatibility issues # run-e2e-tests: # needs: # - build-grafana @@ -163,7 +163,7 @@ jobs: # E2E tests disabled - only a11y test runs required-e2e-tests: needs: - # - run-e2e-tests # Temporarily disabled + # - run-e2e-tests # DISABLED for 11.4.8 compatibility issues - run-a11y-test if: always() @@ -172,5 +172,5 @@ jobs: steps: - name: Check test suites run: | - echo "E2E tests temporarily disabled for 11.4.8 compatibility - only a11y test running" + echo "E2E tests DISABLED for 11.4.8 compatibility - only a11y test running" echo "All OK!"