You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by jx...@apache.org on 2017/08/29 03:09:46 UTC

[incubator-mxnet] branch master updated: skip failing test temporarily (#7648)

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

jxie 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 ec1998c  skip failing test temporarily (#7648)
ec1998c is described below

commit ec1998cdf16a8690d5d65e24e3097ba875553ad1
Author: Rahul Huilgol <ra...@gmail.com>
AuthorDate: Mon Aug 28 20:09:41 2017 -0700

    skip failing test temporarily (#7648)
---
 tests/python/gpu/test_operator_gpu.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/python/gpu/test_operator_gpu.py b/tests/python/gpu/test_operator_gpu.py
index 0c5771e..04426d4 100644
--- a/tests/python/gpu/test_operator_gpu.py
+++ b/tests/python/gpu/test_operator_gpu.py
@@ -18,6 +18,7 @@
 import sys
 import os
 import time
+import unittest
 import mxnet as mx
 import numpy as np
 from mxnet.test_utils import check_consistency, set_default_context, assert_almost_equal
@@ -640,6 +641,7 @@ def test_grid_generator_with_type():
     check_consistency(sym, ctx_list)
     check_consistency(sym, ctx_list, grad_req="add")
 
+@unittest.skip("test fails intermittently. temporarily disabled till it gets fixed. tracked at https://github.com/apache/incubator-mxnet/issues/7645")
 def test_spatial_transformer_with_type():
     np.random.seed(1234)
     data = mx.sym.Variable('data')

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