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

Disables flaky TestStochasticTiming_2D test #14412

Merged
merged 1 commit into from
Mar 14, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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