Skip to content

Commit

Permalink
Temporarily skip some UT for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CuiYifeng committed Jul 10, 2024
1 parent f013c63 commit 405b91e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/xpu/run_test_with_skip.py
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,8 @@ def launch_test(test_case, skip_list=None, exe_list=None):
"test_noncontiguous_samples_nn_functional_avg_pool1d_xpu_int64",
"test_noncontiguous_samples_nn_functional_local_response_norm_xpu_int64",
# Deselect for sycl-preview breaking changes
"test_compare_cpu_istft_xpu_complex64"
"test_compare_cpu_istft_xpu_complex64",
"test_dtypes_fft_fft2_xpu",
)
res += launch_test("test_ops_xpu.py", skip_list)

Expand Down

0 comments on commit 405b91e

Please sign in to comment.