only run complex autograd tests once

Pull Request resolved: https://github.com/pytorch/pytorch/pull/73210
This commit is contained in:
Alban Desmaison 2022-03-01 11:15:30 -05:00 committed by PyTorch MergeBot
parent f275b3f9a1
commit 701fa16eed

View file

@ -92,6 +92,7 @@ TESTS = discover_tests(
'onnx',
'package', # executed by test_package.py
'quantization', # executed by test_quantization.py
'autograd', # executed by test_autograd.py
],
blocklisted_tests=[
'test_bundled_images',