Skip to content

Commit 2c24c57

Browse files
committed
Stop running tests on browsers that time out after finishing all tests.
Firefox is already being tested at stable by the non-Sauce workflow.
1 parent ab5a660 commit 2c24c57

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,15 @@ jobs:
8686
env:
8787
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
8888
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
89+
# This list of browsers originally included 'os x 10.12/safari@10' and
90+
# 'Linux/firefox', but these browsers both time out after running all
91+
# tests. This doesn't happen locally, so I'm not sure what's different
92+
# in GitHub actions that would break this.
8993
run: >
9094
npx wct --npm
9195
-s 'windows 10/microsoftedge@15'
9296
-s 'windows 10/microsoftedge@17'
9397
-s 'windows 8.1/internet explorer@11'
9498
-s 'os x 10.11/safari@9'
95-
-s 'os x 10.12/safari@10'
9699
-s 'macos 10.13/safari@11'
97100
-s 'Linux/chrome@41'
98-
-s 'Linux/firefox'

0 commit comments

Comments
 (0)