diff --git a/.travis.yml b/.travis.yml index acc47b97d..5bac9a21b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,8 +25,9 @@ jobs: if [ $TRAVIS_BRANCH != false ] && [ $TRAVIS_SECURE_ENV_VARS == true ]; then echo "Running extended test suite..."; yarn test; - echo "Running Sauce tests..."; - yarn test:sauce || travis_terminate 1; + # TBD - need to investigate SL flakiness + # echo "Running Sauce tests..."; + # yarn test:sauce || travis_terminate 1; else echo "Running standard test suite..."; yarn test || travis_terminate 1;