From 1b68aa39a85ba0165e99a66fa04e77ee341e8a89 Mon Sep 17 00:00:00 2001 From: "Deng, Daisy" Date: Thu, 26 Dec 2024 06:23:09 +0000 Subject: [PATCH] skip one more random failed case test_python_ref_executor__refs_log10_executor_aten_xpu_complex128 --- test/xpu/skip_list_common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/xpu/skip_list_common.py b/test/xpu/skip_list_common.py index 0e4ea1520..86f725744 100644 --- a/test/xpu/skip_list_common.py +++ b/test/xpu/skip_list_common.py @@ -15,6 +15,7 @@ "test_python_ref_torch_fallback__refs_log2_xpu_complex128", "test_python_ref_torch_fallback__refs_log10_xpu_complex128", "test_python_ref_torch_fallback__refs_sigmoid_xpu_complex128", + "test_python_ref_executor__refs_log10_executor_aten_xpu_complex128", # To be removed from this file. # CUDA and XPU both XFAIL now.