Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 060bcde

Browse files
committed
chore(saucelabs): switch to latest version of desktop Safari
The currently latest-1 version of desktop Safari (v12.0) on SauceLabs is completely unstable. Switching to the latest version (currently v12.1), which works fine. Closes #16888
1 parent 881167d commit 060bcde

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scripts/travis/build.sh

+4-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ export SAUCE_ACCESS_KEY
1111
BROWSER_STACK_ACCESS_KEY=$(echo "$BROWSER_STACK_ACCESS_KEY" | rev)
1212
SAUCE_ACCESS_KEY=$(echo "$SAUCE_ACCESS_KEY" | rev)
1313

14-
# The currently latest version of Safari on Saucelabs (v12) is unstable and disconnects frequently.
15-
# TODO: Add `SL_Safari` back, once/if it becomes more stable again.
14+
# The currently latest-1 version of desktop Safari on Saucelabs (v12.0) is unstable and disconnects
15+
# consistently. The latest version (v12.1) works fine.
16+
# TODO: Add `SL_Safari-1` back, once it no longer corresponds to v12.0.
1617
BROWSERS="SL_Chrome,SL_Chrome-1,\
1718
SL_Firefox,SL_Firefox-1,\
18-
SL_Safari-1,\
19+
SL_Safari,\
1920
SL_iOS,SL_iOS-1,\
2021
SL_IE_9,SL_IE_10,SL_IE_11,\
2122
SL_EDGE,SL_EDGE-1"

0 commit comments

Comments
 (0)