Skip to content

Commit

Permalink
Skip offline-ready smoketest (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored and brendankenny committed Jul 18, 2016
1 parent bcff128 commit 5d97d38
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions lighthouse-cli/scripts/run-smoke-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
#

0 comments on commit 5d97d38

Please sign in to comment.