From 4f79864ce0919dd86dba0b42de2ae1352d1120e2 Mon Sep 17 00:00:00 2001 From: Charles Mita Date: Tue, 22 Mar 2022 11:27:45 +0100 Subject: [PATCH] Remove "manual" tags from java coverage integration tests. These were added during https://github.com/bazelbuild/bazel/issues/12696. The integration tests in question depend on the pre-built version of java_tools and so would have started to fail when the tests were updated for the new functionality added. Now java_tools has been updated (several times), it is safe to allow automated running of them once again. --- src/test/shell/bazel/BUILD | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/shell/bazel/BUILD b/src/test/shell/bazel/BUILD index 961ceb129c9e79..b1950596b3258b 100644 --- a/src/test/shell/bazel/BUILD +++ b/src/test/shell/bazel/BUILD @@ -460,7 +460,6 @@ sh_test( "//src/test/shell/bazel/testdata:jdk_http_archives_filegroup", ], tags = [ - "manual", "no_windows", ], ) @@ -484,7 +483,6 @@ sh_test( "//src/test/shell/bazel/testdata:jdk_http_archives_filegroup", ], tags = [ - "manual", "no_windows", ], )