Skip to content

Commit fb2b81f

Browse files
committed
skip more on cran x2 combo
1 parent 35beda9 commit fb2b81f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/testthat/test_doublearrow.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
context("double-arrow")
2-
2+
skip_on_cran()
33
test_that("Simple ops do what we expect", {
44
p1 = PipeOpNOP$new("p1")
55
p2 = PipeOpNOP$new("p2")

tests/testthat/test_gunion.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
context("gunion")
2-
2+
skip_on_cran()
33
test_that("gunion", {
44
g1 = PipeOpPCA$new() %>>% PipeOpScale$new(param_vals = list(scale = FALSE))
55
g2 = PipeOpPCA$new(id = "pca2") %>>% PipeOpPCA$new(id = "xx")

0 commit comments

Comments
 (0)