diff --git a/test/run_test.py b/test/run_test.py index c1818a33792..6a5cd1cb2f3 100755 --- a/test/run_test.py +++ b/test/run_test.py @@ -70,7 +70,6 @@ 'test_jit_disabled', 'test_function_schema', 'test_overrides', - 'test_determination', ] # skip < 3.3 because mock is added in 3.3 and is used in rpc_spawn @@ -88,6 +87,7 @@ if PY36: TESTS.extend([ 'test_jit_py3', + 'test_determination', ]) WINDOWS_BLACKLIST = [