mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-18 22:37:52 +00: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:
parent
a08e4e5b46
commit
e66c46441a
1 changed files with 2 additions and 0 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue