From 44f990515b124272f87954fc763d90697d8aa1db Mon Sep 17 00:00:00 2001 From: Kay Yan Date: Wed, 2 Apr 2025 17:44:01 +0800 Subject: [PATCH] [CI] Remove duplicate entrypoints-test (#15940) Signed-off-by: Kay Yan --- .buildkite/test-pipeline.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index e2b452d8a05fe..59e64dc527f18 100644 --- a/.buildkite/test-pipeline.yaml +++ b/.buildkite/test-pipeline.yaml @@ -204,7 +204,6 @@ steps: commands: # split the test to avoid interference - pytest -v -s v1/core - - pytest -v -s v1/entrypoints - pytest -v -s v1/engine - pytest -v -s v1/entrypoints - pytest -v -s v1/sample