aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/inst/tests
diff options
context:
space:
mode:
Diffstat (limited to 'R/pkg/inst/tests')
-rw-r--r--R/pkg/inst/tests/testthat/test_mllib.R2
1 files changed, 0 insertions, 2 deletions
diff --git a/R/pkg/inst/tests/testthat/test_mllib.R b/R/pkg/inst/tests/testthat/test_mllib.R
index 47bbf7e5bd..1597306bb6 100644
--- a/R/pkg/inst/tests/testthat/test_mllib.R
+++ b/R/pkg/inst/tests/testthat/test_mllib.R
@@ -131,8 +131,6 @@ test_that("kmeans", {
newIris$Species <- NULL
training <- suppressWarnings(createDataFrame(sqlContext, newIris))
- # Cache the DataFrame here to work around the bug SPARK-13178.
- cache(training)
take(training, 1)
model <- kmeans(x = training, centers = 2)