Skip to content

Commit

Permalink
Disable flaky test: test_spatial_transformer_with_type (apache#11930)
Browse files Browse the repository at this point in the history
  • Loading branch information
larroy authored and szha committed Jul 30, 2018
1 parent 4d52926 commit 05128eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/gpu/test_operator_gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,7 @@ def test_grid_generator_with_type():
check_consistency(sym, ctx_list, grad_req="add")


@unittest.skip("test fails intermittently. temporarily disabled till it gets fixed. https://github.com/apache/incubator-mxnet/issues/11839")
@with_seed()
def test_spatial_transformer_with_type():
data = mx.sym.Variable('data')
Expand Down

0 comments on commit 05128eb

Please sign in to comment.