Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

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

This reverts commit 8ad77f3.
  • Loading branch information
KellenSunderland authored and cjolivier01 committed Jan 12, 2018
1 parent 1732460 commit 51ea815
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 51ea815

Please # to comment.