diff --git a/.bazelrc b/.bazelrc index 23e85331a1b..44483af1b90 100644 --- a/.bazelrc +++ b/.bazelrc @@ -435,7 +435,7 @@ common:remote_test --test_output=summary # The below line unsets the no-remote-cache execution info for the given strategies # even though upon first glance it looks like it's setting it. common:remote_test --modify_execution_info=^(TestRunner|CppLink|CppArchive|SolibSymlink|ExtractDebugInfo|StripDebugInfo|CcGenerateIntermediateDwp|CcGenerateDwp)$=-no-remote-cache -common:remote_test --remote_download_regex=.*\.(zip|core|mdmp|gz)$ +common:remote_test --remote_download_regex=.*\.(core|mdmp|gz)$ test:remote_test --test_tag_filters=-incompatible_with_bazel_remote_test