Add missing test skip
authorDavid Riazati <davidriazati@fb.com>
Tue, 4 Dec 2018 21:33:41 +0000 (13:33 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 4 Dec 2018 21:38:53 +0000 (13:38 -0800)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/14763

Differential Revision: D13325350

Pulled By: driazati

fbshipit-source-id: 4d64a7616b227983c2fc2748c5fbecd1bcbff832

test/test_jit.py

index 9106b26..169e72c 100644 (file)
@@ -9716,9 +9716,10 @@ EXCLUDE_PYTHON_PRINT = {
     'test_nn_max_unpool1d',
     'test_nn_max_unpool2d',
     'test_nn_max_unpool3d',
-    'test_nn_max_pool3d',
+    'test_nn_max_pool1d',
     'test_nn_max_pool2d',
-    'test_nn_max_pool3d'
+    'test_nn_max_pool3d',
+    'test_nn_max_pool1d_with_indices',
 }
 
 EXCLUDE_SCRIPT_MODULES = {