Skip to content

Commit

Permalink
Skip flaky pprof tests
Browse files Browse the repository at this point in the history
pprof tests are way too flaky, and are causing problems for
community contributors who don't have privs to press Re-run.

There has been no activity or interest in fixing the bug,
and it's not something I can fix. So, just disable the test.

Signed-off-by: Ed Santiago <[email protected]>
  • Loading branch information
edsantiago authored and mheon committed Mar 30, 2022
1 parent e308213 commit 37a9746
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/system_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ var _ = Describe("podman system service", func() {
const magicComment = "pprof service listening on"

It("are available", func() {
Skip("FIXME: Test is too flaky (#12624)")
SkipIfRemote("service subcommand not supported remotely")

address := url.URL{
Expand Down Expand Up @@ -97,6 +98,7 @@ var _ = Describe("podman system service", func() {
})

It("are not available", func() {
Skip("FIXME: Test is too flaky (#12624)")
SkipIfRemote("service subcommand not supported remotely")

address := url.URL{
Expand Down

0 comments on commit 37a9746

Please sign in to comment.