From 10baecb8c250b8d3a3d7999c31e4ea5775698a44 Mon Sep 17 00:00:00 2001 From: SangBin Cho Date: Mon, 10 Aug 2020 10:05:43 -0700 Subject: [PATCH] Try to fix. (#10005) --- 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 2d9c569aa..c5c82c3d2 100644 --- a/python/ray/tests/BUILD +++ b/python/ray/tests/BUILD @@ -47,6 +47,7 @@ py_test_module_list( "test_stress.py", "test_stress_sharded.py", "test_unreconstructable_errors.py", + "test_tensorflow.py", ], size = "medium", extra_srcs = SRCS, @@ -78,7 +79,6 @@ py_test_module_list( "test_ray_init.py", "test_serialization.py", "test_tempfile.py", - "test_tensorflow.py", "test_webui.py", ], size = "small",