Skip to content

Commit

Permalink
Disable flaky test.
Browse files Browse the repository at this point in the history
RELNOTES: None.
PiperOrigin-RevId: 539899039
Change-Id: I6e2e356614c56311e739f8c0108fa7f5034bcfd5
  • Loading branch information
lberki authored and traversaro committed Jun 24, 2023
1 parent fa942a2 commit 0bd3344
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ filegroup(
java_test(
name = "circuitbreaker",
srcs = glob(["*.java"]),
tags = ["manual"], # Flaky (see b/287004093)
test_class = "com.google.devtools.build.lib.AllTests",
deps = [
"//src/main/java/com/google/devtools/build/lib/remote",
Expand Down

0 comments on commit 0bd3344

Please sign in to comment.