Skip to content

Commit 75c7bd6

Browse files
committed
yet more skips
1 parent 7098aff commit 75c7bd6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/testthat/test-last-fit.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ test_that("last_fit() can include validation set for initial_validation_split ob
232232
})
233233

234234
test_that("can use `last_fit()` with a workflow - postprocessor (requires training)", {
235-
skip_if_not_installed("tailor")
236235
skip_if_not_installed("mgcv")
237236
skip_if_not_installed("tailor", minimum_version = "0.0.0.9002")
237+
skip_if_not_installed("probably")
238238

239239
y <- seq(0, 7, .001)
240240
dat <- data.frame(y = y, x = y + (y-3)^2)

tests/testthat/test-resample.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ test_that("extracted workflow is finalized", {
141141

142142
test_that("can use `fit_resamples()` with a workflow - postprocessor (requires training)", {
143143
skip_if_not_installed("tailor", minimum_version = "0.0.0.9002")
144+
skip_if_not_installed("probably")
144145

145146
y <- seq(0, 7, .001)
146147
dat <- data.frame(y = y, x = y + (y-3)^2)

0 commit comments

Comments
 (0)