From 06f6339584e32c08f08765347f8a4326607a1bee Mon Sep 17 00:00:00 2001 From: "Cheng, Penghui" Date: Fri, 3 Jan 2025 09:54:06 +0800 Subject: [PATCH] Skip cases for workaround in MTL windows UT test (#1242) Skip cases for workaround in MTL windows UT test Signed-off-by: Cheng, Penghui --- test/xpu/extended/skip_list_win_mtl.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/xpu/extended/skip_list_win_mtl.py b/test/xpu/extended/skip_list_win_mtl.py index 8ec6baac6..91948a8b8 100644 --- a/test/xpu/extended/skip_list_win_mtl.py +++ b/test/xpu/extended/skip_list_win_mtl.py @@ -47,5 +47,9 @@ "test_compare_cpu_softmax_with_dtype_xpu_float32", "test_compare_cpu_softmax_with_dtype_xpu_int16", "test_compare_cpu_softmax_with_dtype_xpu_int8", + "test_compare_cpu_nn_functional_avg_pool2d_xpu_float16", + "test_compare_cpu_softmax_with_dtype_xpu_float16", + "test_compare_cpu_softmax_xpu_bfloat16", + "test_compare_cpu_softmax_xpu_float32", ), }