@@ -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