# SKIP

You can explicitly skip a set of tests rather than run them.

1..2
ok 1
ok 2 # SKIP no beer

A skipped test means the test was never run.

| toc |