skip_test: Skip The Current Test

View source: R/skip_test.R

skip_testR Documentation

Skip The Current Test

Description

Signals a TestSkipped condition.

Usage

skip_test(..., domain = NULL)

Arguments

...

zero or more objects which can be coerced to character (and which are pasted together with no separator) or (for message only) a single condition object.

domain

see gettext. If NA, messages will not be translated, see also the note in stop.

Value

(invisible) A base::condition of class TestSkipped.


HenrikBengtsson/future.tests documentation built on May 28, 2023, 2:56 a.m.