[CI/Build] Excluding test_moe.py from AMD Kernels tests for investigation (#8373)

This commit is contained in:
Alexey Kondratiev(AMD)
2024-09-11 14:31:41 -04:00
committed by GitHub
parent 0b952af458
commit aea02f30de

View File

@ -87,6 +87,7 @@ if [[ $commands == *" kernels "* ]]; then
--ignore=kernels/test_machete_gemm.py \
--ignore=kernels/test_mamba_ssm.py \
--ignore=kernels/test_marlin_gemm.py \
--ignore=kernels/test_moe.py \
--ignore=kernels/test_prefix_prefill.py \
--ignore=kernels/test_rand.py \
--ignore=kernels/test_sampler.py"