diff --git a/onnxruntime/test/framework/parallel_executor_test.cc b/onnxruntime/test/framework/parallel_executor_test.cc index fc6d885d67..2c25008219 100644 --- a/onnxruntime/test/framework/parallel_executor_test.cc +++ b/onnxruntime/test/framework/parallel_executor_test.cc @@ -76,7 +76,7 @@ struct TestOp { }; // test that the status from TestOp is correctly returned from InferenceSession::Run -TEST(ParallelExecutor, TestStatusPropagation) { +TEST(ParallelExecutor, DISABLED_TestStatusPropagation) { auto registry = std::make_shared(); std::vector schemas{TestOp::OpSchema()}; Status status;