Skip to content

Commit

Permalink
Remove "manual" tags from java coverage integration tests.
Browse files Browse the repository at this point in the history
These were added during bazelbuild#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.
  • Loading branch information
c-mita committed Mar 22, 2022
1 parent ca35c09 commit 4f79864
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/shell/bazel/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@ sh_test(
"//src/test/shell/bazel/testdata:jdk_http_archives_filegroup",
],
tags = [
"manual",
"no_windows",
],
)
Expand All @@ -484,7 +483,6 @@ sh_test(
"//src/test/shell/bazel/testdata:jdk_http_archives_filegroup",
],
tags = [
"manual",
"no_windows",
],
)
Expand Down

0 comments on commit 4f79864

Please sign in to comment.