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

Commit

Permalink
Disables test_operator_gpu.test_bulking test
Browse files Browse the repository at this point in the history
  • Loading branch information
perdasilva committed Mar 10, 2019
1 parent 965d705 commit 945d112
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 @@ -2113,6 +2113,7 @@ def test_bilinear_sampler_versions():


@with_seed()
@unittest.skip("test fails on windows gpu. temporarily disabled till it gets fixed. tracked at https://github.com/apache/incubator-mxnet/issues/14368")
def test_bulking():
# Return the execution time of a model with the specified limits to the bulked op segments
def test_bulking_helper(data_shape, num_ops, num_iterations,
Expand Down

0 comments on commit 945d112

Please sign in to comment.