Skip to content

Commit 627d2cd

Browse files
chuanqi129pytorchmergebot
authored andcommitted
[CI] disable td for xpu ci test by default (#127611)
Due to the xpu ci test has been enabled td by default, a lot of test cases (75%) have been skipped in CI tests. It caused some ci failures escaped from the ci tests, for example issue #127539. This PR depends on PR #127595 landed. Pull Request resolved: #127611 Approved by: https://github.com/etaf, https://github.com/atalman
1 parent 36e9b71 commit 627d2cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/run_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,7 @@ def parse_args():
12001200
and not IS_SLOW
12011201
and not TEST_WITH_ROCM
12021202
and not IS_MACOS
1203+
and "xpu" not in BUILD_ENVIRONMENT
12031204
and "onnx" not in BUILD_ENVIRONMENT
12041205
and "debug" not in BUILD_ENVIRONMENT
12051206
and "parallelnative" not in BUILD_ENVIRONMENT,

0 commit comments

Comments
 (0)