ert--skip-unless

ert--skip-unless is a Lisp macro in `ert.el'.

(ert--skip-unless FORM)

Evaluate FORM. If it returns nil, skip the current test.
Errors during evaluation are caught and handled like nil.