mirror of
https://github.com/containers/podman.git
synced 2025-06-23 02:18:13 +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"
|
const magicComment = "pprof service listening on"
|
||||||
|
|
||||||
It("are available", func() {
|
It("are available", func() {
|
||||||
|
Skip("FIXME: Test is too flaky (#12624)")
|
||||||
SkipIfRemote("service subcommand not supported remotely")
|
SkipIfRemote("service subcommand not supported remotely")
|
||||||
|
|
||||||
address := url.URL{
|
address := url.URL{
|
||||||
@ -97,6 +98,7 @@ var _ = Describe("podman system service", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("are not available", func() {
|
It("are not available", func() {
|
||||||
|
Skip("FIXME: Test is too flaky (#12624)")
|
||||||
SkipIfRemote("service subcommand not supported remotely")
|
SkipIfRemote("service subcommand not supported remotely")
|
||||||
|
|
||||||
address := url.URL{
|
address := url.URL{
|
||||||
|
Reference in New Issue
Block a user