Skip to content

Commit 375cf41

Browse files
LucioFrancoGiovanni Benussi
authored andcommitted
disable non local cf tests
1 parent 565226a commit 375cf41

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -110,15 +110,15 @@ jobs:
110110
# run: "cd smoke_test/workers && python ../../hrana-test-server/server_v3.py node test.js"
111111
# env: {"LOCAL": "1", "URL": "http://localhost:8080"}
112112

113-
- name: "Non-local test with Hrana 1 over WebSocket"
114-
run: "cd smoke_test/workers && python ../../hrana-test-server/server_v1.py node test.js"
115-
env: {"LOCAL": "0", "URL": "ws://localhost:8080"}
116-
- name: "Non-local test with Hrana 2 over WebSocket"
117-
run: "cd smoke_test/workers && python ../../hrana-test-server/server_v2.py node test.js"
118-
env: {"LOCAL": "0", "URL": "ws://localhost:8080"}
119-
- name: "Non-local test with Hrana 2 over HTTP"
120-
run: "cd smoke_test/workers && python ../../hrana-test-server/server_v2.py node test.js"
121-
env: {"LOCAL": "0", "URL": "http://localhost:8080"}
113+
# - name: "Non-local test with Hrana 1 over WebSocket"
114+
# run: "cd smoke_test/workers && python ../../hrana-test-server/server_v1.py node test.js"
115+
# env: {"LOCAL": "0", "URL": "ws://localhost:8080"}
116+
# - name: "Non-local test with Hrana 2 over WebSocket"
117+
# run: "cd smoke_test/workers && python ../../hrana-test-server/server_v2.py node test.js"
118+
# env: {"LOCAL": "0", "URL": "ws://localhost:8080"}
119+
# - name: "Non-local test with Hrana 2 over HTTP"
120+
# run: "cd smoke_test/workers && python ../../hrana-test-server/server_v2.py node test.js"
121+
# env: {"LOCAL": "0", "URL": "http://localhost:8080"}
122122
# - name: "Non-local test with Hrana 3 over WebSocket"
123123
# run: "cd smoke_test/workers && python ../../hrana-test-server/server_v3.py node test.js"
124124
# env: {"LOCAL": "0", "URL": "ws://localhost:8080"}

0 commit comments

Comments
 (0)