Skip to content

Commit

Permalink
Merge #62668
Browse files Browse the repository at this point in the history
62668: bazel: mark pprofui test as being broken in Bazel r=rickystewart a=rickystewart

The failure looks like this:

```
=== RUN   TestServer/0
    server_test.go:51: body does not contain "pprof</a></h1>": neither $XDG_CONFIG_HOME nor $HOME are defined
=== RUN   TestServer/1
    server_test.go:51: body does not contain "pprof</a></h1>": neither $XDG_CONFIG_HOME nor $HOME are defined
=== RUN   TestServer/2
    server_test.go:51: body does not contain "pprof</a></h1>": neither $XDG_CONFIG_HOME nor $HOME are defined
```

Release note: None

Co-authored-by: Ricky Stewart <[email protected]>
  • Loading branch information
craig[bot] and rickystewart committed Mar 26, 2021
2 parents 8b552c7 + 1e02431 commit 03f9655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/server/debug/pprofui/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ go_test(
size = "small",
srcs = ["server_test.go"],
embed = [":pprofui"],
tags = ["broken_in_bazel"],
)

0 comments on commit 03f9655

Please sign in to comment.