Skip to content

Commit

Permalink
Skip cases for unexpected success error
Browse files Browse the repository at this point in the history
Signed-off-by: Cheng, Penghui <[email protected]>
  • Loading branch information
PenghuiCheng committed Jul 26, 2024
1 parent 07cceb6 commit 8004d80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/xpu/run_test_with_skip.py
Original file line number Diff line number Diff line change
Expand Up @@ -1139,6 +1139,11 @@ def launch_test(test_case, skip_list=None, exe_list=None):
"test_save_load_nn_Transformer_xpu_float64",
# AssertionError: Tensor-likes are not close!
"test_cpu_gpu_parity_nn_ConvTranspose3d_xpu_complex32",
# Unexpected success:
"test_cpu_gpu_parity_nn_ConvTranspose2d_xpu_complex32",
"test_cpu_gpu_parity_nn_ConvTranspose1d_xpu_complex32",
"test_memory_format_nn_AvgPool2d_xpu_float32",
"test_memory_format_nn_AvgPool2d_xpu_float64",
# AssertionError: False is not true
"test_memory_format_nn_Conv2d_xpu_float64",
"test_memory_format_nn_ConvTranspose2d_xpu_float64",
Expand Down

0 comments on commit 8004d80

Please sign in to comment.