Skip to content

Commit ed3dd1f

Browse files
committed
skip model methods test on WSL
1 parent 912050f commit ed3dd1f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/testthat/test-fit-shared.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ test_that("save_object() method works", {
179179
})
180180

181181
test_that("reloaded fits rebuild model methods lazily after save_object()", {
182+
skip_if(os_is_wsl())
182183
mod <- cmdstan_model(
183184
testing_stan_file("bernoulli_log_lik"),
184185
force_recompile = TRUE,

0 commit comments

Comments
 (0)