Skip to content

Commit 2003691

Browse files
authored
Update .travis.yml
1 parent 585dd6e commit 2003691

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
if [ $TRAVIS_BRANCH != false ] && [ $TRAVIS_SECURE_ENV_VARS == true ]; then
2626
echo "Running extended test suite...";
2727
yarn test;
28-
echo "Running Sauce tests...";
29-
yarn test:sauce || travis_terminate 1;
28+
# TBD - need to investigate SL flakiness
29+
# echo "Running Sauce tests...";
30+
# yarn test:sauce || travis_terminate 1;
3031
else
3132
echo "Running standard test suite...";
3233
yarn test || travis_terminate 1;

0 commit comments

Comments
 (0)