You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2018/01/08 22:37:36 UTC

[incubator-mxnet] branch master updated: Temporarily disable test with failing http connection (#9333)

This is an automated email from the ASF dual-hosted git repository.

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 8ad77f3  Temporarily disable test with failing http connection (#9333)
8ad77f3 is described below

commit 8ad77f3ed8eced5e98661a3828dd22104f356d4e
Author: Kellen Sunderland <ke...@gmail.com>
AuthorDate: Mon Jan 8 23:37:26 2018 +0100

    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 8cdd396..7707f71 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")

-- 
To stop receiving notification emails like this one, please contact
['"commits@mxnet.apache.org" <co...@mxnet.apache.org>'].