skip_test {future.tests}R 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.


[Package future.tests version 0.7.0 Index]