File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ module.exports = function(options) {
12
12
options . sauceLabs . tunnelIdentifier = process . env . TRAVIS_JOB_NUMBER ;
13
13
options . sauceLabs . startConnect = false ;
14
14
15
- // TODO(vojta): remove once SauceLabs supports websockets.
16
- // This speeds up the capturing a bit, as browsers don't even try to use websocket.
17
- options . transports = [ 'xhr-polling' ] ;
18
-
19
15
options . singleRun = true ;
20
16
} ;
21
17
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ set -e
3
+
2
4
SCRIPT_DIR=$( dirname $0 )
3
5
cd $SCRIPT_DIR /..
4
6
@@ -10,6 +12,5 @@ SAUCE_ACCESS_KEY=`echo $SAUCE_ACCESS_KEY | rev`
10
12
yarn test-unit --ignore-engines -- --sauce
11
13
12
14
# Run e2e tests
13
- yarn test-e2e --ignore-engines
14
-
15
- wait %2
15
+ # TODO(gkalpak): Fix e2e tests and re-enable.
16
+ # yarn test-e2e --ignore-engines
You can’t perform that action at this time.
0 commit comments