remove 'IPRO flow uses cache as expected' from flaky-list, but strip out 'Fetch timed out' from log-warning check

This commit is contained in:
Joshua Marantz
2016-01-05 11:46:35 -05:00
parent 14aa4fd962
commit a512d95258
+1 -1
View File
@@ -332,7 +332,6 @@ if $USE_VALGRIND; then
~combine_css Maximum size of combined CSS.~ ~combine_css Maximum size of combined CSS.~
~prioritize_critical_css~ ~prioritize_critical_css~
~prioritize_critical_css Able to read POST data from temp file.~ ~prioritize_critical_css Able to read POST data from temp file.~
~IPRO flow uses cache as expected.~
~IPRO flow doesn't copy uncacheable resources multiple times.~ ~IPRO flow doesn't copy uncacheable resources multiple times.~
~inline_unauthorized_resources allows unauthorized css selectors~ ~inline_unauthorized_resources allows unauthorized css selectors~
" "
@@ -1316,6 +1315,7 @@ OUT=$(cat "$ERROR_LOG" \
| grep -v "\\[warn\\].*remote\.cfg.*" \ | grep -v "\\[warn\\].*remote\.cfg.*" \
| grep -v "\\[warn\\].*end token not received.*" \ | grep -v "\\[warn\\].*end token not received.*" \
| grep -v "\\[warn\\].*failed to hook next event.*" \ | grep -v "\\[warn\\].*failed to hook next event.*" \
| grep -v "\\[warn\\].*Fetch timed out:.*" \
|| true) || true)
check [ -z "$OUT" ] check [ -z "$OUT" ]