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: