Skip to content

Commit

Permalink
Revert "Temporarily disable test with failing http connection (apache…
Browse files Browse the repository at this point in the history
…#9333)" (apache#9379)

This reverts commit 8ad77f3.
  • Loading branch information
KellenSunderland authored and Nan Zhu committed Jan 16, 2018
1 parent ad2db34 commit 4be20cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R-package/tests/testthat/test_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ 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 4be20cc

Please # to comment.