Skip to content

Commit 5d97d38

Browse files
paulirishbrendankenny
authored andcommitted
Skip offline-ready smoketest (#520)
1 parent bcff128 commit 5d97d38

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

lighthouse-cli/scripts/run-smoke-tests.sh

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,15 @@ if ! grep -q "$offline200result: false" results; then
2929
exit 1
3030
fi
3131

32-
sleep 1s
33-
34-
# test mojibrush which should pass the offline test
35-
$NODE lighthouse-cli $flags https://www.moji-brush.com > results
36-
37-
if ! grep -q "$offline200result: true" results; then
38-
echo "Fail! offline ready site did not work while offline"
39-
cat results
40-
exit 1
41-
fi
32+
# SKIP this test for now until the flakiness is addressed.
33+
# sleep 1s
34+
#
35+
# # test mojibrush which should pass the offline test
36+
# $NODE lighthouse-cli $flags https://www.moji-brush.com > results
37+
#
38+
# if ! grep -q "$offline200result: true" results; then
39+
# echo "Fail! offline ready site did not work while offline"
40+
# cat results
41+
# exit 1
42+
# fi
43+
#

0 commit comments

Comments
 (0)