diff --git a/test/xpu/extended/run_test_with_skip.py b/test/xpu/extended/run_test_with_skip.py index cdb48d9fe..7e6fd52dc 100644 --- a/test/xpu/extended/run_test_with_skip.py +++ b/test/xpu/extended/run_test_with_skip.py @@ -109,6 +109,8 @@ # Retrieve it once the operator is implemented. # Error: The operator 'aten::glu_jvp' is not currently implemented for the XPU device. "test_forward_ad_nn_functional_glu_xpu_float32", + # For CI + "test_backward_nn_functional_embedding_bag_xpu_float32", )