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 dd39553 commit d69c71aCopy full SHA for d69c71a
R/pkg/inst/tests/testthat/test_sparkSQL.R
@@ -3387,7 +3387,7 @@ compare_list <- function(list1, list2) {
3387
3388
# This should always be the **very last test** in this test file.
3389
test_that("No extra files are created in SPARK_HOME by starting session and making calls", {
3390
- skip_on_cran()
+ skip_on_cran() # skip because when run from R CMD check SPARK_HOME is not the current directory
3391
3392
# Check that it is not creating any extra file.
3393
# Does not check the tempdir which would be cleaned up after.
0 commit comments