Skip to content

Commit

Permalink
remove distributed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbajoe committed Jun 20, 2024
1 parent c2c01b8 commit 1b1e760
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,22 +58,6 @@ jobs:
run: |
for i in functional-tests/admin_tests/*.sh; \
do bash -c $i; done
- name: Functional Distributed Tests [Node 1]
run: |
export ADMIN_URL=http://localhost:9081
export PROXY_URL=http://localhost:81
export TEST_URL=http://localhost:8081
for i in functional-tests/admin_tests/*.sh; \
do bash -c $i; done
- name: Functional Distributed Tests [Node 2]
run: |
export ADMIN_URL=http://localhost:9083
export PROXY_URL=http://localhost:83
export TEST_URL=http://localhost:8083
for i in functional-tests/admin_tests/*.sh; \
do bash -c $i; done
- name: Run local k6 test
uses: grafana/[email protected]
Expand Down

0 comments on commit 1b1e760

Please sign in to comment.