Skip to content

Commit fbedea3

Browse files
committed
windows
1 parent e71f300 commit fbedea3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Diff for: tests/testthat/test-class_summary.R

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ tar_test("run summary reporter with a cancellation", {
2121
})
2222

2323
tar_test("summary reporter retry message", {
24+
skip_on_os("windows")
2425
pipeline <- pipeline_init(
2526
list(target_init("x", quote(TRUE)))
2627
)

Diff for: tests/testthat/test-class_timestamp.R

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ tar_test("run timestamp reporter with a cancellation", {
3434
})
3535

3636
tar_test("timestamp reporter retry message", {
37+
skip_on_os("windows")
3738
pipeline <- pipeline_init(list(target_init("x", quote(TRUE))))
3839
local <- local_init(pipeline, reporter = "timestamp")
3940
local$run()

Diff for: tests/testthat/test-class_verbose.R

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ tar_test("run verbose reporter with a warning", {
2626
})
2727

2828
tar_test("verbose reporter retry message", {
29+
skip_on_os("windows")
2930
pipeline <- pipeline_init(list(target_init("x", quote(TRUE))))
3031
local <- local_init(pipeline, reporter = "verbose")
3132
local$run()

0 commit comments

Comments
 (0)