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

Commit

Permalink
Disables flaky TestStochasticTiming_2D test
Browse files Browse the repository at this point in the history
  • Loading branch information
perdasilva committed Mar 13, 2019
1 parent 6aa8c27 commit c959f18
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 c959f18

Please sign in to comment.