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

Commit

Permalink
Disable flaky mkldnn test_requantize_int32_to_int8
Browse files Browse the repository at this point in the history
  • Loading branch information
KellenSunderland committed Jul 14, 2018
1 parent 5b4d528 commit 16b22e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/quantization/test_quantization.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def test_dequantize_int8_to_float32():


@with_seed()
@unittest.skip('Flaky test, tracked in: https://github.com/apache/incubator-mxnet/issues/11747')
def test_requantize_int32_to_int8():
def quantized_int32_to_float(qdata, min_range, max_range):
assert qdata.dtype == 'int32'
Expand Down

0 comments on commit 16b22e9

Please sign in to comment.