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

Disable flaky test test_operator_gpu.test_convolution_multiple_streams #17484

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -761,6 +761,7 @@ def _conv_with_num_streams(seed):
print('Failing conv size = {}'.format(size))
raise

@unittest.skip("test fails intermittently. temporarily disabled till it gets fixed. tracked at https://github.com/apache/incubator-mxnet/issues/14329")
@with_seed()
def test_convolution_multiple_streams():
for num_streams in [1, 2]:
Expand Down