Skip to content

Commit c22491e

Browse files
committed
ci
1 parent b0117b4 commit c22491e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/testthat/test-class_timestamp.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ tar_test("run timestamp reporter with a error and saved workspace", {
1919

2020
tar_test("run timestamp reporter workspace upload", {
2121
skip_on_os("windows")
22+
skip_on_ci()
2223
pipeline <- pipeline_init(
2324
list(
2425
target_init("x", quote(123))

tests/testthat/test-class_verbose.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ tar_test("run verbose reporter with a error and save workspace", {
1919

2020
tar_test("run verbose reporter workspace upload", {
2121
skip_on_os("windows")
22+
skip_on_ci()
2223
pipeline <- pipeline_init(
2324
list(
2425
target_init("x", quote(123))

0 commit comments

Comments
 (0)