You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ma...@apache.org on 2019/03/14 09:45:29 UTC

[incubator-mxnet] branch master updated: Disables flaky TestStochasticTiming_2D test (#14412)

This is an automated email from the ASF dual-hosted git repository.

marcoabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 88b3741  Disables flaky TestStochasticTiming_2D test (#14412)
88b3741 is described below

commit 88b3741756379c4ce8cec429601a0848a3dfae57
Author: perdasilva <pe...@gmail.com>
AuthorDate: Thu Mar 14 10:45:10 2019 +0100

    Disables flaky TestStochasticTiming_2D test (#14412)
---
 tests/cpp/operator/batchnorm_test.cc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/cpp/operator/batchnorm_test.cc b/tests/cpp/operator/batchnorm_test.cc
index 8beebfb..d74493a 100644
--- a/tests/cpp/operator/batchnorm_test.cc
+++ b/tests/cpp/operator/batchnorm_test.cc
@@ -980,7 +980,9 @@ static void timingTest(const std::string& label,
 #endif  // MXNET_USE_CUDNN == 1 && CUDNN_MAJOR >= 5
 
 /*! \brief Stress-test random batch size/channels/dimension(s) */
-TEST(BATCH_NORM, TestStochasticTiming_2D) {
+TEST(BATCH_NORM, DISABLED_TestStochasticTiming_2D) {
+  // Test is disabled due to suspected flakiness
+  // https://github.com/apache/incubator-mxnet/issues/14411
   MSHADOW_REAL_TYPE_SWITCH_EX(
     mshadow::kFloat32, DType, AccReal,
     {