diff --git a/test/xpu/extended/skip_list_win_mtl.py b/test/xpu/extended/skip_list_win_mtl.py index 193e31422..8ec6baac6 100644 --- a/test/xpu/extended/skip_list_win_mtl.py +++ b/test/xpu/extended/skip_list_win_mtl.py @@ -41,5 +41,11 @@ "test_forward_ad_norm_nuc_xpu_float32", "test_operator_norm_nuc_xpu_float32", "test_view_replay_norm_nuc_xpu_float32", + "test_compare_cpu_nn_functional_avg_pool2d_xpu_float32", + "test_compare_cpu_nn_functional_avg_pool2d_xpu_float64", + "test_compare_cpu_softmax_with_dtype_xpu_bool", + "test_compare_cpu_softmax_with_dtype_xpu_float32", + "test_compare_cpu_softmax_with_dtype_xpu_int16", + "test_compare_cpu_softmax_with_dtype_xpu_int8", ), }