Skip to content

Commit 76611c2

Browse files
author
adil.rakhaliyev
committed
fix: sauce tunnel update
1 parent e659aa3 commit 76611c2

File tree

3 files changed

+8
-33
lines changed

3 files changed

+8
-33
lines changed

package-lock.json

Lines changed: 3 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"@babel/preset-flow": "^7.22.15",
7979
"@babel/preset-react": "^7.22.15",
8080
"@babel/runtime": "^7.23.2",
81+
"@belym.a.2105/sauce-tunnel": "https://github.com/Bayheck/Builds/raw/main/belym.a.2105-sauce-tunnel-3.0.0.tgz",
8182
"@devexpress/bin-v8-flags-filter": "^1.3.0",
8283
"@devexpress/callsite-record": "^4.1.6",
8384
"@types/node": "20.14.5",

test/client/fixtures/core/request-barrier-test.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,10 @@ $(document).ready(function () {
337337
if (text.indexOf('Zero Sized Reply') !== -1)
338338
throw new Error();
339339

340+
// Sauce Connect 5 on SauceLab throws the following
341+
if (text.includes('sauce_connect encountered an unexpected error'))
342+
throw new Error();
343+
340344
ok(false, text);
341345
})
342346
.catch(function () {

0 commit comments

Comments
 (0)