Aggregated skipped
These expectations are either validated skip expectations, or they come after a validated skip expectations or an error and were not run.
Location | Test | Description | Expectation | Message |
---|---|---|---|---|
test-times.R#15 | times() works | NA (was skipped) | expect_equal(times(1, 1.5), 1.5) | NA (was skipped) |
test-times.R#33 | times() works with {agivenpackage} | Skipping if {agivenpackage} is not installed | skip_if_not_installed(“agivenpackage”) | Reason: agivenpackage cannot be loaded |
test-times.R#36 | times() works with {agivenpackage} | NA (was skipped) | expect_true(res$res) | NA (was skipped) |
test-times.R#37 | times() works with {agivenpackage} | NA (was skipped) | expect_length(iris, 5) | NA (was skipped) |