We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54a491 commit 88c9a8aCopy full SHA for 88c9a8a
tests/tests.R
@@ -73,6 +73,8 @@ is.null(mirai:::posit_tools()) && {
73
test_type("list", cfg)
74
test_zero(daemons(url = local_url(), dispatcher = FALSE))
75
test_class("miraiLaunchCmd", launch_remote(n = 2L, remote = cfg))
76
+ cfg$platform <- "wrong"
77
+ test_error(launch_remote(n = 2L, remote = cfg), "not supported")
78
test_zero(daemons(0))
79
detach()
80
test_error(cloud_config(platform = "posit"), "can only be used from Posit Workbench")
0 commit comments