Skip to content

Commit e0c1c52

Browse files
committed
skip stdio test on solaris
1 parent 23830a2 commit e0c1c52

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/testthat/test-stdio.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
context("Test STDIO connection")
22

33
test_that("Language Server launches", {
4+
skip_on_cran()
45
client <- language_client()
56
expect_false(is.null(client$ServerCapabilities))
67
})

0 commit comments

Comments
 (0)