From ee71fecd9e6f2e597d1ddfe8df3a4de9e5911a18 Mon Sep 17 00:00:00 2001 From: SangBin Cho Date: Fri, 2 Oct 2020 17:53:46 -0700 Subject: [PATCH] [Test] Make test_serialization a medium size test. (#11183) --- python/ray/tests/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/tests/BUILD b/python/ray/tests/BUILD index 8e00c1cfb..b9ee6aa2b 100644 --- a/python/ray/tests/BUILD +++ b/python/ray/tests/BUILD @@ -55,6 +55,7 @@ py_test_module_list( "test_reconstruction.py", "test_reference_counting_2.py", "test_reference_counting.py", + "test_serialization.py", "test_stress.py", "test_stress_sharded.py", "test_unreconstructable_errors.py", @@ -90,7 +91,6 @@ py_test_module_list( "test_numba.py", "test_queue.py", "test_ray_init.py", - "test_serialization.py", "test_tempfile.py", "test_webui.py", ],