diff --git a/ci/travis/ci.sh b/ci/travis/ci.sh index c8e98fa3b..f93c30552 100755 --- a/ci/travis/ci.sh +++ b/ci/travis/ci.sh @@ -175,6 +175,9 @@ test_python() { -python/ray/tests:test_node_manager -python/ray/tests:test_object_manager -python/ray/tests:test_placement_group # timeout and OOM + -python/ray/tests:test_placement_group_2 + -python/ray/tests:test_placement_group_3 + -python/ray/tests:test_placement_group_mini_integration -python/ray/tests:test_ray_init # test_redis_port() seems to fail here, but pass in isolation -python/ray/tests:test_resource_demand_scheduler -python/ray/tests:test_runtime_env_env_vars # runtime_env not supported on Windows