Skip to content

Commit

Permalink
Disables flaky TestStochasticTiming_2D test (apache#14412)
Browse files Browse the repository at this point in the history
  • Loading branch information
perdasilva authored and haohuw committed Jun 23, 2019
1 parent fe20647 commit 914343e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/cpp/operator/batchnorm_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
{
Expand Down

0 comments on commit 914343e

Please sign in to comment.