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 8, 2024
1 parent 55211f9 commit 72a5828
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/xpu/run_test_with_skip.py
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,9 @@ def launch_test(test_case, skip_list=None, exe_list=None):
# Retrieve the case, once avg_pool1d is supported. Test infra will change claimed dtypes in test case once the op is listed
# in XPU supported operators. Then the case will work.
"test_noncontiguous_samples_nn_functional_avg_pool1d_xpu_int64",
"test_noncontiguous_samples_nn_functional_local_response_norm_xpu_int64"
"test_noncontiguous_samples_nn_functional_local_response_norm_xpu_int64",
# Deselect for sycl-preview breaking changes
"test_compare_cpu_istft_xpu_complex64"
)
res += launch_test("test_ops_xpu.py", skip_list)

Expand Down

0 comments on commit 72a5828

Please sign in to comment.