diff --git a/python/ray/tune/tests/test_commands.py b/python/ray/tune/tests/test_commands.py index ab27cc65d56c..f55dc83362c3 100644 --- a/python/ray/tune/tests/test_commands.py +++ b/python/ray/tune/tests/test_commands.py @@ -33,7 +33,7 @@ def __exit__(self, *args): @pytest.fixture def start_ray(): - ray.init() + ray.init(log_to_driver=False) _register_all() yield ray.shutdown()