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

Commit

Permalink
Disable flaky cpp test (#12056)
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudh2290 authored and marcoabreu committed Aug 7, 2018
1 parent f3712b8 commit 9dd5edd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/cpp/operator/mkldnn.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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<NDArrayAttrs> in_arrs = GetTestInputArrays();
std::vector<NDArrayAttrs> in_arrs2 = GetTestInputArrays(true);
Expand Down Expand Up @@ -1316,6 +1318,7 @@ TEST(MKLDNN_BASE, MKLDNNSum) {
VerifySumResult({&orig_arr.arr, &in_arr2.arr}, {&in_arr.arr});
}
}
*/

TEST(MKLDNN_BASE, CreateMKLDNNMem) {
std::vector<NDArrayAttrs> in_arrs = GetTestInputArrays();
Expand Down

0 comments on commit 9dd5edd

Please sign in to comment.