mirror of https://github.com/containers/podman.git
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
|
@ -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{
|
||||||
|
|
Loading…
Reference in New Issue