diff --git a/lighthouse-cli/scripts/run-smoke-tests.sh b/lighthouse-cli/scripts/run-smoke-tests.sh index 0d90a27327c7..85e2404adc15 100755 --- a/lighthouse-cli/scripts/run-smoke-tests.sh +++ b/lighthouse-cli/scripts/run-smoke-tests.sh @@ -29,13 +29,15 @@ if ! grep -q "$offline200result: false" results; then exit 1 fi -sleep 1s - -# test mojibrush which should pass the offline test -$NODE lighthouse-cli $flags https://www.moji-brush.com > results - -if ! grep -q "$offline200result: true" results; then - echo "Fail! offline ready site did not work while offline" - cat results - exit 1 -fi +# SKIP this test for now until the flakiness is addressed. +# sleep 1s +# +# # test mojibrush which should pass the offline test +# $NODE lighthouse-cli $flags https://www.moji-brush.com > results +# +# if ! grep -q "$offline200result: true" results; then +# echo "Fail! offline ready site did not work while offline" +# cat results +# exit 1 +# fi +#