From f2867b060966e8810034c1aec186a5ac042095e1 Mon Sep 17 00:00:00 2001 From: Simon Mo Date: Mon, 25 Jan 2021 17:33:41 -0800 Subject: [PATCH] [CI] Remove object_manager_test (#13703) https://github.com/ray-project/ray/commit/0998d69968608012ca6cdd1ee166961df1aa0f0b removed the object_manager_test. --- .buildkite/pipeline.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 0544234af..ebfd96322 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,6 +1,5 @@ - label: ":cpp: Tests" commands: - - bash src/ray/test/run_object_manager_tests.sh - bazel test --config=ci $(./scripts/bazel_export_options) --build_tests_only -- //:all -rllib/... -core_worker_test