Chore: Disable React 19 e2e tests until we fix them (#2257)

This commit is contained in:
Zoltán Bedi
2026-01-26 17:01:10 +01:00
committed by GitHub
parent 984f065296
commit 88ec24c94c
2 changed files with 2 additions and 0 deletions

View File

@@ -37,3 +37,4 @@ jobs:
docs-only: ${{ fromJSON(github.event.inputs.docs-only) }} docs-only: ${{ fromJSON(github.event.inputs.docs-only) }}
run-playwright: true run-playwright: true
github-draft-release: false github-draft-release: false
run-playwright-with-skip-grafana-react-19-preview-image: true

View File

@@ -18,3 +18,4 @@ jobs:
golangci-lint-version: '2.7.2' golangci-lint-version: '2.7.2'
plugin-version-suffix: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || '' }} plugin-version-suffix: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || '' }}
run-playwright: true run-playwright: true
run-playwright-with-skip-grafana-react-19-preview-image: true