We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37fb75e commit b74c771Copy full SHA for b74c771
1 file changed
tests/testthat/test-7-ssh_proxy.r
@@ -6,6 +6,8 @@ has_localhost = has_connectivity("127.0.0.1")
6
# the first test twice leads to a segfault; not sure why, fix this eventually
7
test_that("simple forwarding works", {
8
skip_if_not(has_localhost)
9
+ skip_on_cran()
10
+
11
m = methods::new(CMQMaster)
12
p = methods::new(CMQProxy)#, m$context())
13
w = methods::new(CMQWorker)#, m$context())
@@ -30,6 +32,7 @@ test_that("simple forwarding works", {
30
32
31
33
test_that("proxy communication yields submit args", {
34
35
36
37
38
0 commit comments