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 2257535 commit 72c7c4dCopy full SHA for 72c7c4d
tests/tests.R
@@ -72,6 +72,8 @@ is.null(mirai:::posit_tools()) && {
72
test_type("list", cfg)
73
test_zero(daemons(url = local_url(), dispatcher = FALSE))
74
test_class("miraiLaunchCmd", launch_remote(n = 2L, remote = cfg))
75
+ cfg$platform <- "wrong"
76
+ test_error(launch_remote(n = 2L, remote = cfg), "not supported")
77
test_zero(daemons(0))
78
detach()
79
test_error(cloud_config(platform = "posit"), "can only be used from Posit Workbench")
0 commit comments