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

Commit

Permalink
Disable flaky test: test_spatial_transformer_with_type (#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 6372037 commit 83ae3a3
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 83ae3a3

Please sign in to comment.