@@ -342,9 +342,8 @@ TEST(GatherNDOpTest, GatherND_batch_dims_mismatch_error) {
342342 test.Run (OpTester::ExpectResult::kExpectFailure ,
343343 " GatherND: indices batch size (2) is not divisible by input batch size (3)" ,
344344 std::unordered_set<std::string>({kCudaExecutionProvider , kDnnlExecutionProvider ,
345- kOpenVINOExecutionProvider , kTensorrtExecutionProvider ,
346- kQnnExecutionProvider , kDmlExecutionProvider
347- }));
345+ kOpenVINOExecutionProvider , kTensorrtExecutionProvider ,
346+ kQnnExecutionProvider , kDmlExecutionProvider }));
348347}
349348
350349// Test for issue #23828: GatherND should return error when input batch dimension is zero
@@ -359,9 +358,8 @@ TEST(GatherNDOpTest, GatherND_zero_batch_dims_error) {
359358 test.Run (OpTester::ExpectResult::kExpectFailure ,
360359 " GatherND: input tensor batch dimensions cannot be zero" ,
361360 std::unordered_set<std::string>({kCudaExecutionProvider , kDnnlExecutionProvider ,
362- kOpenVINOExecutionProvider , kTensorrtExecutionProvider ,
363- kQnnExecutionProvider , kDmlExecutionProvider
364- }));
361+ kOpenVINOExecutionProvider , kTensorrtExecutionProvider ,
362+ kQnnExecutionProvider , kDmlExecutionProvider }));
365363}
366364
367365} // namespace test
0 commit comments