mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
only run complex autograd tests once
Pull Request resolved: https://github.com/pytorch/pytorch/pull/73210
This commit is contained in:
parent
f275b3f9a1
commit
701fa16eed
1 changed files with 1 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue