From 8eef47eeb479732364d13bbe2e12354e23b6e970 Mon Sep 17 00:00:00 2001 From: Thang Pham Date: Wed, 13 Jul 2022 16:21:43 -0400 Subject: [PATCH] only run `test_ancestor_branch` --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 00a51eb906..cfb0f423f4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -355,7 +355,7 @@ workflows: matrix: parameters: build_type: ["debug", "release"] - test_selection: batch_others + test_selection: batch_others/test_ancestor_branch.py requires: - build-neon-<< matrix.build_type >> - run-pytest: