Skip to content

Commit ef48b54

Browse files
committed
remove healthcheck because anonymous auth was removed
1 parent 9b7df1a commit ef48b54

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/e2e.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ jobs:
6060
responseCode: 200
6161
timeout: 20000
6262
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
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
7070
- name: Install Playwright Browsers
7171
run: yarn playwright install --with-deps
7272
- name: Run E2E tests

0 commit comments

Comments
 (0)