Skip to content

Commit

Permalink
test: skip this on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Jan 11, 2024
1 parent 9203f67 commit c757154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-create-all.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
test_that("create_all_exercises() works", {
skip_on_os("windows")
rlang::local_options(cli.default_handler = function(msg) invisible(NULL))
parent_path <- withr::local_tempdir()
expect_snapshot(
Expand Down

0 comments on commit c757154

Please sign in to comment.