diff options
author | Ed Santiago <santiago@redhat.com> | 2022-03-08 11:23:27 -0700 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2022-03-08 11:26:43 -0700 |
commit | e66c46441aed2d70302cfa2f7c4e670d0ff0f6d2 (patch) | |
tree | 065822f88936ee2dea22738b29cd206adee1a602 /test | |
parent | a08e4e5b4657469a5d686ec5621f681cd240f6e7 (diff) | |
download | podman-e66c46441aed2d70302cfa2f7c4e670d0ff0f6d2.tar.gz podman-e66c46441aed2d70302cfa2f7c4e670d0ff0f6d2.tar.bz2 podman-e66c46441aed2d70302cfa2f7c4e670d0ff0f6d2.zip |
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>
Diffstat (limited to 'test')
-rw-r--r-- | test/e2e/system_service_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/e2e/system_service_test.go b/test/e2e/system_service_test.go index dcf5e03b2..2bc7756d6 100644 --- a/test/e2e/system_service_test.go +++ b/test/e2e/system_service_test.go @@ -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{ |