diff --git a/tests/tap-colorizer.zsh b/tests/tap-colorizer.zsh index cb645c6..eb24934 100755 --- a/tests/tap-colorizer.zsh +++ b/tests/tap-colorizer.zsh @@ -44,6 +44,10 @@ do (#* | <->..<->) print -nP %F{blue} ;; + # SKIP + (*# SKIP*) + print -nP %F{yellow} + ;; # XPASS (ok*# TODO*) print -nP %F{red}