Skip to content

Commit d26d7ea

Browse files
[TEST] Don't run test_preshuffle_scale_mxfp_cdna4
Signed-off-by: Whitney Tsang <[email protected]>
1 parent 66327e9 commit d26d7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test-triton.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ run_minicore_tests() {
284284

285285
TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=language \
286286
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 \
287-
-k "not test_mxfp and not test_scaled_dot"
287+
-k "not test_mxfp and not test_preshuffle_scale_mxfp_cdna4 and not test_scaled_dot"
288288

289289
TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=subprocess \
290290
run_pytest_command -vvv -n ${PYTEST_MAX_PROCESSES:-8} --device xpu language/test_subprocess.py

0 commit comments

Comments
 (0)