Skip to content

Commit 67995d6

Browse files
devversiontinayuangao
authored andcommitted
chore: update saucelabs tunnel binaries (#2891)
* Updates the saucelabs tunnel binaries to fix CI flakiness for unit tests and protractor. From what we experience, older versions of Saucelabs tend to cause flakiness immediately (See `master` branch)
1 parent ba12f44 commit 67995d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/saucelabs/start-tunnel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e -o pipefail
44

5-
TUNNEL_FILE="sc-4.4.2-linux.tar.gz"
5+
TUNNEL_FILE="sc-4.4.3-linux.tar.gz"
66
TUNNEL_URL="https://saucelabs.com/downloads/$TUNNEL_FILE"
77
TUNNEL_DIR="/tmp/saucelabs-connect"
88

0 commit comments

Comments
 (0)