Skip to content

Commit 0633a33

Browse files
[TEST] Temporarily disable test_frontend.py
Signed-off-by: Whitney Tsang <[email protected]>
1 parent f0fbdcf commit 0633a33

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/test-triton.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,9 @@ run_minicore_tests() {
275275
cd $TRITON_PROJ/python/test/unit
276276
ensure_spirv_dis
277277

278+
# FIXME: Add back test_frontend.py, tracked in issue#4421.
278279
TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=language \
279-
run_pytest_command -vvv -n ${PYTEST_MAX_PROCESSES:-8} --device xpu language/ --ignore=language/test_line_info.py --ignore=language/test_subprocess.py --ignore=language/test_warp_specialization.py \
280+
run_pytest_command -vvv -n ${PYTEST_MAX_PROCESSES:-8} --device xpu language/ --ignore=language/test_line_info.py --ignore=language/test_subprocess.py --ignore=language/test_warp_specialization.py --ignore=language/test_frontend.py \
280281
-k "not test_mxfp and not test_scaled_dot"
281282

282283
TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=subprocess \
@@ -326,7 +327,7 @@ run_scaled_dot_tests() {
326327
cd $TRITON_PROJ/python/test/unit
327328

328329
TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=scaled_dot \
329-
run_pytest_command -vvv -n ${PYTEST_MAX_PROCESSES:-8} --device xpu language/ --ignore=language/test_line_info.py --ignore=language/test_subprocess.py --ignore=language/test_warp_specialization.py \
330+
run_pytest_command -vvv -n ${PYTEST_MAX_PROCESSES:-8} --device xpu language/ --ignore=language/test_line_info.py --ignore=language/test_subprocess.py --ignore=language/test_warp_specialization.py --ignore=language/test_frontend.py\
330331
-k "test_scaled_dot"
331332
}
332333

0 commit comments

Comments
 (0)