don't display errors when running test (#213)

This commit is contained in:
Robert Nishihara
2016-07-05 18:59:54 -07:00
committed by Philipp Moritz
parent 0947024ad9
commit 58b65d39a9
+1 -1
View File
@@ -240,7 +240,7 @@ class APITest(unittest.TestCase):
def testNoArgs(self):
worker_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), "test_worker.py")
services.start_ray_local(num_workers=1, worker_path=worker_path)
services.start_ray_local(num_workers=1, worker_path=worker_path, driver_mode=ray.WORKER_MODE)
test_functions.no_op()
time.sleep(0.2)