We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7df1a commit ef48b54Copy full SHA for ef48b54
.github/workflows/e2e.yml
@@ -60,13 +60,13 @@ jobs:
60
responseCode: 200
61
timeout: 20000
62
interval: 500
63
- - name: Wait for prometheus to be configured in grafana
64
- uses: nev7n/wait_for_response@v1
65
- with:
66
- url: 'http://localhost:3099/api/datasources/uid/prometheus-amazon/health'
67
- responseCode: 200
68
- timeout: 20000
69
- interval: 500
+ # - name: Wait for prometheus to be configured in grafana
+ # uses: nev7n/wait_for_response@v1
+ # with:
+ # url: 'http://localhost:3099/api/datasources/uid/prometheus-amazon/health'
+ # responseCode: 200
+ # timeout: 20000
+ # interval: 500
70
- name: Install Playwright Browsers
71
run: yarn playwright install --with-deps
72
- name: Run E2E tests
0 commit comments