Skip to content

Commit 6565c8e

Browse files
ci: temporarily disable browser tests
The tests are in failure since the 13th November, without any logs from Saucelabs, so we temporarily disable them until further investigation. See: https://github.com/socketio/engine.io-client/actions/runs/3453198221
1 parent 824ab4c commit 6565c8e

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,3 @@ jobs:
2424
- run: npm test
2525
env:
2626
CI: true
27-
28-
test-browser:
29-
runs-on: ubuntu-latest
30-
31-
steps:
32-
- uses: actions/checkout@v2
33-
- name: Use Node.js
34-
uses: actions/setup-node@v1
35-
with:
36-
node-version: '10.x'
37-
- run: npm ci
38-
- run: npm test
39-
env:
40-
CI: true
41-
BROWSERS: 1
42-
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
43-
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
44-
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
45-
timeout-minutes: 20

0 commit comments

Comments
 (0)