Skip to content

Commit 498a344

Browse files
committed
Skip test on CRAN
1 parent 5e044ba commit 498a344

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testthat/test-class_build.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,14 @@ tar_test("validate good builds", {
107107
})
108108

109109
tar_test("validate builds with bad metrics", {
110+
skip_cran()
110111
build <- build_init(quote(1L + 1L), baseenv())
111112
build$metrics$seconds <- NULL
112113
expect_error(build_validate(build), class = "tar_condition_validate")
113114
})
114115

115116
tar_test("encoding issue error handling", {
117+
skip_cran()
116118
suppressWarnings(
117119
build <- build_init(
118120
quote(warning("<<\"pT\xbf\xbfD\x80QY\x94C\xd1")),

0 commit comments

Comments
 (0)