Skip to content

Commit

Permalink
Enable AqueryBuildToolTest in Bazel.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 426889085
  • Loading branch information
meisterT authored and copybara-github committed Feb 7, 2022
1 parent 4f341a3 commit c23410c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/java/com/google/devtools/build/lib/buildtool/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,6 @@ java_test(
java_test(
name = "AqueryBuildToolTest",
srcs = ["AqueryBuildToolTest.java"],
tags = ["manual"],
deps = [
"//src/main/java/com/google/devtools/build/lib:runtime",
"//src/main/java/com/google/devtools/build/lib:runtime/blaze_command_result",
Expand All @@ -609,7 +608,6 @@ build_test(
name = "all_manual_tests",
targets = [
":ActionListenerIntegrationTest",
":AqueryBuildToolTest",
":BuildResultTestCase",
":CompileAfterOptionChangeTest",
":CompileOneDependencyIntegrationTest",
Expand Down

0 comments on commit c23410c

Please sign in to comment.