Skip to content

Commit

Permalink
windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Jan 30, 2025
1 parent e71f300 commit fbedea3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-class_summary.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ tar_test("run summary reporter with a cancellation", {
})

tar_test("summary reporter retry message", {
skip_on_os("windows")
pipeline <- pipeline_init(
list(target_init("x", quote(TRUE)))
)
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-class_timestamp.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ tar_test("run timestamp reporter with a cancellation", {
})

tar_test("timestamp reporter retry message", {
skip_on_os("windows")
pipeline <- pipeline_init(list(target_init("x", quote(TRUE))))
local <- local_init(pipeline, reporter = "timestamp")
local$run()
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-class_verbose.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ tar_test("run verbose reporter with a warning", {
})

tar_test("verbose reporter retry message", {
skip_on_os("windows")
pipeline <- pipeline_init(list(target_init("x", quote(TRUE))))
local <- local_init(pipeline, reporter = "verbose")
local$run()
Expand Down

0 comments on commit fbedea3

Please sign in to comment.