Skip to content

Commit

Permalink
skip ssh tests on cran (irreproducible submission error)
Browse files Browse the repository at this point in the history
  • Loading branch information
mschubert committed Nov 15, 2023
1 parent 37fb75e commit b74c771
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat/test-7-ssh_proxy.r
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ has_localhost = has_connectivity("127.0.0.1")
# the first test twice leads to a segfault; not sure why, fix this eventually
test_that("simple forwarding works", {
skip_if_not(has_localhost)
skip_on_cran()

m = methods::new(CMQMaster)
p = methods::new(CMQProxy)#, m$context())
w = methods::new(CMQWorker)#, m$context())
Expand All @@ -30,6 +32,7 @@ test_that("simple forwarding works", {

test_that("proxy communication yields submit args", {
skip_if_not(has_localhost)
skip_on_cran()

m = methods::new(CMQMaster)
p = methods::new(CMQProxy)#, m$context())
Expand Down

0 comments on commit b74c771

Please sign in to comment.