There was an error while loading. Please reload this page.
1 parent 585dd6e commit 2003691Copy full SHA for 2003691
.travis.yml
@@ -25,8 +25,9 @@ jobs:
25
if [ $TRAVIS_BRANCH != false ] && [ $TRAVIS_SECURE_ENV_VARS == true ]; then
26
echo "Running extended test suite...";
27
yarn test;
28
- echo "Running Sauce tests...";
29
- yarn test:sauce || travis_terminate 1;
+ # TBD - need to investigate SL flakiness
+ # echo "Running Sauce tests...";
30
+ # yarn test:sauce || travis_terminate 1;
31
else
32
echo "Running standard test suite...";
33
yarn test || travis_terminate 1;
0 commit comments