Skip to content

Commit

Permalink
ci: Disable Hrana 3 WebSocket tests
Browse files Browse the repository at this point in the history
Refs #79
  • Loading branch information
penberg committed Sep 6, 2023
1 parent 5db5021 commit 0d95327
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 0d95327

Please sign in to comment.