From 8ad77f3ed8eced5e98661a3828dd22104f356d4e Mon Sep 17 00:00:00 2001 From: Kellen Sunderland Date: Mon, 8 Jan 2018 23:37:26 +0100 Subject: [PATCH] Temporarily disable test with failing http connection (#9333) Disable test "Matrix Factorization" from the R test_model xpackage. --- R-package/tests/testthat/test_model.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R-package/tests/testthat/test_model.R b/R-package/tests/testthat/test_model.R index 8cdd396c2525..7707f7157688 100644 --- a/R-package/tests/testthat/test_model.R +++ b/R-package/tests/testthat/test_model.R @@ -172,6 +172,7 @@ test_that("Fine-tune", { }) test_that("Matrix Factorization", { + skip("Disabled due to an unavailible http server. Tracked here: https://git.io/vNkrE") GetMovieLens() DF <- read.table("./data/ml-100k/u.data", header = F, sep = "\t") names(DF) <- c("user", "item", "score", "time")