Skip to content

Commit 2b3c033

Browse files
committed
skip mxfp tests from kernel tests (they are part of mxfp suite)
1 parent b901f28 commit 2b3c033

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/test-triton.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -731,9 +731,9 @@ run_triton_kernels_tests() {
731731
# FIXME: reconsider in the future
732732
max_procs=4
733733
fi
734-
734+
# skipping mxfp, they are part of mxfp_tests suite
735735
TRITON_TEST_SUITE=triton_kernels \
736-
run_pytest_command -vvv -n $max_procs --device xpu .
736+
run_pytest_command -vvv -n $max_procs --device xpu . -k 'not test_mxfp'
737737
}
738738

739739
test_triton() {

0 commit comments

Comments
 (0)