diff --git a/test/run_test.py b/test/run_test.py index 6a5cd1cb2f3..8c18a30fee5 100755 --- a/test/run_test.py +++ b/test/run_test.py @@ -79,7 +79,6 @@ if PY33: 'distributed/rpc/test_rpc_spawn', 'distributed/rpc/test_dist_autograd_spawn', 'distributed/rpc/test_dist_optimizer_spawn', - 'distributed/rpc/jit/test_rpc_spawn', 'distributed/rpc/jit/test_dist_autograd_spawn', ]) @@ -88,6 +87,7 @@ if PY36: TESTS.extend([ 'test_jit_py3', 'test_determination', + 'distributed/rpc/jit/test_rpc_spawn', ]) WINDOWS_BLACKLIST = [