[ROCm][CI] skip test_max_autotune until resolved (#162496)

many tests taking >30 min and causing timeouts

Pull Request resolved: https://github.com/pytorch/pytorch/pull/162496
Approved by: https://github.com/jeffdaily

Co-authored-by: Jeff Daily <jeff.daily@amd.com>
This commit is contained in:
Jeff Daily
2025-09-09 16:34:01 +00:00
committed by PyTorch MergeBot
parent 1f0b01d4b6
commit f03d635dc6

View File

@ -171,6 +171,7 @@ ROCM_BLOCKLIST = [
"distributed/rpc/test_tensorpipe_agent",
"distributed/rpc/test_share_memory",
"distributed/rpc/cuda/test_tensorpipe_agent",
"inductor/test_max_autotune", # taking excessive time, many tests >30 min
"test_determination",
"test_jit_legacy",
"test_cuda_nvml_based_avail",