diff --git a/test/run_test.py b/test/run_test.py index d625a03cf1d..5b5ce3b8318 100644 --- a/test/run_test.py +++ b/test/run_test.py @@ -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',