diff --git a/python/ray/tune/tests/test_commands.py b/python/ray/tune/tests/test_commands.py index ab27cc65d..f55dc8336 100644 --- a/python/ray/tune/tests/test_commands.py +++ b/python/ray/tune/tests/test_commands.py @@ -33,7 +33,7 @@ class Capturing(): @pytest.fixture def start_ray(): - ray.init() + ray.init(log_to_driver=False) _register_all() yield ray.shutdown()