Skip to content

Commit 62b4edd

Browse files
author
adil.rakhaliyev
committed
fix: client tests fixed
1 parent 2c2ef75 commit 62b4edd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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)