[tune] Fix CLI test (#4801)

This commit is contained in:
Richard Liaw
2019-05-16 13:50:03 -07:00
committed by Robert Nishihara
parent 98dd033179
commit 9f2645d6ea
+1 -1
View File
@@ -33,7 +33,7 @@ class Capturing():
@pytest.fixture
def start_ray():
ray.init()
ray.init(log_to_driver=False)
_register_all()
yield
ray.shutdown()