From d3ec585b4965d16f8085a98a65e8a3e59e95137c Mon Sep 17 00:00:00 2001 From: Jason Bedard Date: Tue, 26 Jul 2022 19:35:29 -0700 Subject: [PATCH] test: remove exclusion of bazel tests based on manual tag --- .circleci/bazel.rc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/bazel.rc b/.circleci/bazel.rc index 1b89d0bd6424..f4c1163eb7bb 100644 --- a/.circleci/bazel.rc +++ b/.circleci/bazel.rc @@ -7,9 +7,6 @@ build --announce_rc # Don't be spammy in the logs build --noshow_progress -# Don't run manual tests -test --test_tag_filters=-manual - # Workaround https://github.com/bazelbuild/bazel/issues/3645 # Bazel doesn't calculate the memory ceiling correctly when running under Docker. # Limit Bazel to consuming resources that fit in CircleCI "xlarge" class