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
|
domain |
see |
Value
(invisible) A base::condition of class TestSkipped
.
[Package future.tests version 0.7.0 Index]