Skip to content

Commit

Permalink
to trigger R tests
Browse files Browse the repository at this point in the history
  • Loading branch information
felixcheung committed May 6, 2017
1 parent dd39553 commit d69c71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pkg/inst/tests/testthat/test_sparkSQL.R
Original file line number Diff line number Diff line change
Expand Up @@ -3387,7 +3387,7 @@ compare_list <- function(list1, list2) {

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

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

0 comments on commit d69c71a

Please sign in to comment.