Skip to content

Commit b74c771

Browse files
committed
skip ssh tests on cran (irreproducible submission error)
1 parent 37fb75e commit b74c771

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/testthat/test-7-ssh_proxy.r

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ has_localhost = has_connectivity("127.0.0.1")
66
# the first test twice leads to a segfault; not sure why, fix this eventually
77
test_that("simple forwarding works", {
88
skip_if_not(has_localhost)
9+
skip_on_cran()
10+
911
m = methods::new(CMQMaster)
1012
p = methods::new(CMQProxy)#, m$context())
1113
w = methods::new(CMQWorker)#, m$context())
@@ -30,6 +32,7 @@ test_that("simple forwarding works", {
3032

3133
test_that("proxy communication yields submit args", {
3234
skip_if_not(has_localhost)
35+
skip_on_cran()
3336

3437
m = methods::new(CMQMaster)
3538
p = methods::new(CMQProxy)#, m$context())

0 commit comments

Comments
 (0)