File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed
Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,15 @@ if ! grep -q "$offline200result: false" results; then
2929 exit 1
3030fi
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+ #
You can’t perform that action at this time.
0 commit comments