Skip to content

Commit

Permalink
Exclude WorkRequestHandler tests from regular WorkerTests, as it has …
Browse files Browse the repository at this point in the history
…its own target.

PiperOrigin-RevId: 403898848
  • Loading branch information
larsrc-google authored and copybara-github committed Oct 18, 2021
1 parent cfaa88b commit d13c72a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/test/java/com/google/devtools/build/lib/worker/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ java_binary(

java_library(
name = "WorkerTests_lib",
srcs = glob(["*Test.java"]),
srcs = glob(
["*Test.java"],
exclude = ["WorkRequestHandlerTest.java"],
),
deps = [
":testutil",
"//src/main/java/com/google/devtools/build/lib:runtime",
Expand Down

0 comments on commit d13c72a

Please sign in to comment.