diff --git a/onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc b/onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc index 683f93224c700..92177ef03f5dd 100644 --- a/onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc +++ b/onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc @@ -1538,7 +1538,7 @@ TEST(ReductionOpTest, ReduceSumBFloat16) { // on ROCM - miopen call succeeded, but results in data error, thus follow the same logic done in cudnn for now // TODO - try ROCm 4.5.2 and/or double check the source code on BFloat16 support #if defined(USE_CUDA) || defined(USE_ROCM) -TEST(ReductionOpTest, ReduceSumBFloat16_2) { +TEST(ReductionOpTest, DISABLED_ReduceSumBFloat16_2) { OpTester test("ReduceSum", 14); test.AddAttribute("keepdims", (int64_t)0); test.AddInput("data", {3, 2, 2},