Chore: Disable React 19 e2e tests until we fix them (#2257)
This commit is contained in:
1
.github/workflows/publish.yaml
vendored
1
.github/workflows/publish.yaml
vendored
@@ -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
|
||||||
|
|||||||
1
.github/workflows/push.yaml
vendored
1
.github/workflows/push.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user