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 #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.

Closes #15100.

PiperOrigin-RevId: 436702004
  • Loading branch information
c-mita authored and copybara-github committed Mar 23, 2022
1 parent 66d07f0 commit 4ca10bc
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 4ca10bc

Please sign in to comment.