Skip to content

Commit

Permalink
Fix e2e test (#4787)
Browse files Browse the repository at this point in the history
#4785 and #4786 continued
  • Loading branch information
vstpme authored Aug 7, 2024
1 parent f783876 commit fbd68b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/expensive-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
# - 10.2.4
# - latest
fail-fast: false
# Run one version at a time to avoid the issue when SMS notification are bundled together for multiple versions
# running at the same time (the affected test is in grafana-plugin/e2e-tests/alerts/sms.test.ts)
max-parallel: 1
uses: ./.github/workflows/e2e-tests.yml
with:
grafana_version: ${{ matrix.grafana_version }}
Expand Down

0 comments on commit fbd68b1

Please sign in to comment.