Skip to content

Commit

Permalink
Temporarily disable test with failing http connection (apache#9333)
Browse files Browse the repository at this point in the history
Disable test "Matrix Factorization" from the R test_model xpackage.
  • Loading branch information
KellenSunderland authored and szha committed Jan 8, 2018
1 parent 3463967 commit 8ad77f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R-package/tests/testthat/test_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 8ad77f3

Please # to comment.