Skip to content

Commit

Permalink
skip tests on cran
Browse files Browse the repository at this point in the history
  • Loading branch information
radbasa committed Aug 27, 2024
1 parent 55ad108 commit 5b930ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-lsp_aaa_regression.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
test_that("Completion of attached package functions works", {
skip_on_cran()
testthat::skip_on_cran()
client <- language_client()

temp_file <- withr::local_tempfile(fileext = ".R")
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-lsp_completion_package_attach_list.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
test_that("completion of package attached function list works", {
testthat::skip_on_cran()
client <- language_client()

temp_file <- withr::local_tempfile(fileext = ".R")
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-lsp_completion_whole_package.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
test_that("completion of whole package attached works", {
testthat::skip_on_cran()
skip("SKIP. Not implemented.")
client <- language_client()

Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-signature.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
test_that("signature works with box-attached functions", {
testthat::skip_on_cran()
skip("SKIP. Erratic, inconsistent.")
client <- language_client()

Expand Down

0 comments on commit 5b930ae

Please sign in to comment.