Skip another test file that doesn't run gradcheck for slow gradcheck (#154852)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/154852
Approved by: https://github.com/albanD
This commit is contained in:
soulitzer
2025-06-04 04:29:57 +00:00
committed by PyTorch MergeBot
parent 0f10df71a6
commit 2af78d368f

View File

@ -423,6 +423,7 @@ TESTS_NOT_USING_GRADCHECK = [
"test_decomp",
"test_cpp_extensions_jit",
"test_jit",
"test_matmul_cuda",
"test_ops",
"test_ops_jit",
"dynamo/test_recompile_ux",