mirror of
https://github.com/containers/podman.git
synced 2025-06-22 18:08:11 +08:00
Skip flaky pprof tests
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 <santiago@redhat.com>
This commit is contained in:
@ -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{
|
||||
@ -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{
|
||||
|
Reference in New Issue
Block a user