diff --git a/js/web/test/e2e/package.json b/js/web/test/e2e/package.json index e315be1ab8353..06fab72b27a4b 100644 --- a/js/web/test/e2e/package.json +++ b/js/web/test/e2e/package.json @@ -20,7 +20,7 @@ "rollup": "^4.13.2", "rollup-plugin-copy": "^3.5.0", "tree-kill": "^1.2.2", - "vite": "^7.1.12", + "vite": ">=7.1.12 <7.3.0", "webpack-cli": "^5.1.4" }, "scripts": { diff --git a/onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc b/onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc index adf79ef470ea9..4d4f70b6a3ef9 100644 --- a/onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc +++ b/onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc @@ -857,7 +857,9 @@ "^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" + "^test_matmul_4d_1d_cpu", + // DML precision issue: 27 / 27 mismatched elements (max rel diff ~25) + "^test_mvn_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": [