From b681a51fce53d80a9b8ba082da1fb312c855483c Mon Sep 17 00:00:00 2001 From: Ti-Tai Wang Date: Thu, 15 Jan 2026 18:35:26 +0000 Subject: [PATCH] disable matmul 1d tests on DML --- .../test/testdata/onnx_backend_test_series_filters.jsonc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc b/onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc index 31078fc9e1e22..85d8993ab7166 100644 --- a/onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc +++ b/onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc @@ -805,7 +805,10 @@ "^test_reduce_max_empty_set_cpu", // DNNL result in "(shapes (2, 1, 4), (1, 0, 1) mismatch)". this is the same for test_reduce_min_empty_set which is already in the list "^test_reduce_min_empty_set_cpu", "^test_resize_upsample_sizes_nearest_not_smaller_cpu", - "^test_clip_min_greater_than_max_cpu" + "^test_clip_min_greater_than_max_cpu", + // Fail since v1.20.1 (new matmul 1D tests) + "^test_matmul_1d_1d_cpu", + "^test_matmul_4d_1d_cpu" ], // ORT first supported opset 7, so models with nodes that require versions prior to opset 7 are not supported "tests_with_pre_opset7_dependencies": [