From d42f62c4173bfa588abee70814197daa44e0050c Mon Sep 17 00:00:00 2001 From: jev forsberg Date: Tue, 5 Aug 2025 16:55:08 -0600 Subject: [PATCH] disable tests for compatibility issues --- .github/workflows/pr-e2e-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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!"