Skip to content

Commit

Permalink
Merge pull request #80 from libsql/disable-hrana3-ws-tests
Browse files Browse the repository at this point in the history
ci: Disable Hrana 3 WebSocket tests
  • Loading branch information
penberg authored Sep 6, 2023
2 parents 5db5021 + 0d95327 commit 37382a7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ jobs:
- name: "Local test with Hrana 2 over HTTP"
run: "cd smoke_test/workers && python ../../hrana-test-server/server_v2.py node test.js"
env: {"LOCAL": "1", "URL": "http://localhost:8080"}
- name: "Local test with Hrana 3 over WebSocket"
run: "cd smoke_test/workers && python ../../hrana-test-server/server_v3.py node test.js"
env: {"LOCAL": "1", "URL": "ws://localhost:8080"}
# - name: "Local test with Hrana 3 over WebSocket"
# run: "cd smoke_test/workers && python ../../hrana-test-server/server_v3.py node test.js"
# env: {"LOCAL": "1", "URL": "ws://localhost:8080"}
- name: "Local test with Hrana 3 over HTTP"
run: "cd smoke_test/workers && python ../../hrana-test-server/server_v3.py node test.js"
env: {"LOCAL": "1", "URL": "http://localhost:8080"}
Expand All @@ -119,9 +119,9 @@ jobs:
- name: "Non-local test with Hrana 2 over HTTP"
run: "cd smoke_test/workers && python ../../hrana-test-server/server_v2.py node test.js"
env: {"LOCAL": "0", "URL": "http://localhost:8080"}
- name: "Non-local test with Hrana 3 over WebSocket"
run: "cd smoke_test/workers && python ../../hrana-test-server/server_v3.py node test.js"
env: {"LOCAL": "0", "URL": "ws://localhost:8080"}
# - name: "Non-local test with Hrana 3 over WebSocket"
# run: "cd smoke_test/workers && python ../../hrana-test-server/server_v3.py node test.js"
# env: {"LOCAL": "0", "URL": "ws://localhost:8080"}
- name: "Non-local test with Hrana 3 over HTTP"
run: "cd smoke_test/workers && python ../../hrana-test-server/server_v3.py node test.js"
env: {"LOCAL": "0", "URL": "http://localhost:8080"}
Expand Down

0 comments on commit 37382a7

Please sign in to comment.