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();