Skip to content

Commit d69c71a

Browse files
committed
to trigger R tests
1 parent dd39553 commit d69c71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pkg/inst/tests/testthat/test_sparkSQL.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3387,7 +3387,7 @@ compare_list <- function(list1, list2) {
33873387

33883388
# This should always be the **very last test** in this test file.
33893389
test_that("No extra files are created in SPARK_HOME by starting session and making calls", {
3390-
skip_on_cran()
3390+
skip_on_cran() # skip because when run from R CMD check SPARK_HOME is not the current directory
33913391

33923392
# Check that it is not creating any extra file.
33933393
# Does not check the tempdir which would be cleaned up after.

0 commit comments

Comments
 (0)