From 1474173ba6fdf71b3fba828162d1df0402cd89ab Mon Sep 17 00:00:00 2001 From: Kellen Sunderland Date: Fri, 3 Aug 2018 13:02:15 +0200 Subject: [PATCH] Disable flaky mkldnn test_requantize_int32_to_int8 (#11748) --- tests/python/quantization/test_quantization.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python/quantization/test_quantization.py b/tests/python/quantization/test_quantization.py index 359bbee569f8..08303c816af1 100644 --- a/tests/python/quantization/test_quantization.py +++ b/tests/python/quantization/test_quantization.py @@ -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'