Skip to content

Commit 99bfe0f

Browse files
committed
Missed WSL test skip
1 parent badc4a0 commit 99bfe0f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/testthat/test-model-methods.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,8 @@ test_that("unconstrain_draws returns correct values", {
270270
})
271271

272272
test_that("Model methods can be initialised for models with no data", {
273+
skip_if(os_is_wsl())
274+
273275
stan_file <- write_stan_file("parameters { real x; } model { x ~ std_normal(); }")
274276
mod <- cmdstan_model(stan_file, compile_model_methods = TRUE, force_recompile = TRUE)
275277
expect_no_error(fit <- mod$sample())

0 commit comments

Comments
 (0)