Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Feb 4, 2025
1 parent b0117b4 commit c22491e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-class_timestamp.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ tar_test("run timestamp reporter with a error and saved workspace", {

tar_test("run timestamp reporter workspace upload", {
skip_on_os("windows")
skip_on_ci()
pipeline <- pipeline_init(
list(
target_init("x", quote(123))
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 @@ -19,6 +19,7 @@ tar_test("run verbose reporter with a error and save workspace", {

tar_test("run verbose reporter workspace upload", {
skip_on_os("windows")
skip_on_ci()
pipeline <- pipeline_init(
list(
target_init("x", quote(123))
Expand Down

0 comments on commit c22491e

Please sign in to comment.