We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23830a2 commit e0c1c52Copy full SHA for e0c1c52
1 file changed
tests/testthat/test-stdio.R
@@ -1,6 +1,7 @@
1
context("Test STDIO connection")
2
3
test_that("Language Server launches", {
4
+ skip_on_cran()
5
client <- language_client()
6
expect_false(is.null(client$ServerCapabilities))
7
})
0 commit comments