You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ib...@apache.org on 2019/01/22 13:55:42 UTC

[incubator-mxnet] branch ib/ci-jl-win updated: Revert "try a failed test, make sure CI fail."

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

iblis pushed a commit to branch ib/ci-jl-win
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/ib/ci-jl-win by this push:
     new fa0bf5c  Revert "try a failed test, make sure CI fail."
fa0bf5c is described below

commit fa0bf5c998099b66f6758a62759d8efb9d92f281
Author: Iblis Lin <ib...@hs.ntnu.edu.tw>
AuthorDate: Tue Jan 22 21:55:31 2019 +0800

    Revert "try a failed test, make sure CI fail."
    
    This reverts commit 162044b0c015682965403afa6f4ab5225ed80a67.
---
 julia/test/runtests.jl | 2 --
 1 file changed, 2 deletions(-)

diff --git a/julia/test/runtests.jl b/julia/test/runtests.jl
index 2b95939..4e5f273 100644
--- a/julia/test/runtests.jl
+++ b/julia/test/runtests.jl
@@ -32,8 +32,6 @@ end
 
 @info "libmxnet version => $(mx.LIB_VERSION[])"
 
-@test 1 == 2
-
 const BASEDIR = joinpath(@__DIR__, "..")
 
 include(joinpath(@__DIR__, "common.jl"))