From e930b0dfcaf147e9a974a4eef292d547277fbbef Mon Sep 17 00:00:00 2001 From: Anirudh Subramanian Date: Mon, 6 Aug 2018 23:08:51 +0000 Subject: [PATCH] Disable flaky cpp test --- tests/cpp/operator/mkldnn.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/cpp/operator/mkldnn.cc b/tests/cpp/operator/mkldnn.cc index 4f8f6f1f66a0..6cb1400149e2 100644 --- a/tests/cpp/operator/mkldnn.cc +++ b/tests/cpp/operator/mkldnn.cc @@ -1268,6 +1268,8 @@ TEST(IMPERATIVE, PoolingOp) { } } +// Disabling Flaky Test. Tracked at https://github.com/apache/incubator-mxnet/issues/11998 +/* TEST(MKLDNN_BASE, MKLDNNSum) { std::vector in_arrs = GetTestInputArrays(); std::vector in_arrs2 = GetTestInputArrays(true); @@ -1316,6 +1318,7 @@ TEST(MKLDNN_BASE, MKLDNNSum) { VerifySumResult({&orig_arr.arr, &in_arr2.arr}, {&in_arr.arr}); } } +*/ TEST(MKLDNN_BASE, CreateMKLDNNMem) { std::vector in_arrs = GetTestInputArrays();