Skip to content

Commit b7105c8

Browse files
authored
Update skip list for ported UT test suite (ww13) (#2549)
1. Remove test_linalg.py due to all cases there met attribute error about `torch.backends.xpu` and cannot be skipped via skip list. 2. Bi-weekly add new auto skips Signed-off-by: Xunsong.Huang <xunsong.huang@intel.com>
1 parent fd78768 commit b7105c8

File tree

3 files changed

+597
-5578
lines changed

3 files changed

+597
-5578
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[
22
"_comments: This file is for skipping cases with keywords, just list those keywords who appear in case name and should be skipped here",
33
"fft",
4-
"inv"
4+
"inv",
5+
"chalf"
56
]

0 commit comments

Comments
 (0)