diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-07-29 15:23:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-29 15:23:00 -0400 |
commit | eaa2f524c25e5022f9c6697dd97a889048dc2d58 (patch) | |
tree | 6ec24bf1ebe349187053356f3b606d5317d29079 /pkg | |
parent | 044a7cb100cfd86905b71654bef44db9730e6081 (diff) | |
parent | 52375c033a12fabfd594c06780822afaf12ab469 (diff) | |
download | podman-eaa2f524c25e5022f9c6697dd97a889048dc2d58.tar.gz podman-eaa2f524c25e5022f9c6697dd97a889048dc2d58.tar.bz2 podman-eaa2f524c25e5022f9c6697dd97a889048dc2d58.zip |
Merge pull request #7143 from edsantiago/skip_flaky_binding_test
bindings: skip flaky pause/unpause test
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/bindings/test/containers_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/bindings/test/containers_test.go b/pkg/bindings/test/containers_test.go index c1a01c280..9a188e5da 100644 --- a/pkg/bindings/test/containers_test.go +++ b/pkg/bindings/test/containers_test.go @@ -280,6 +280,7 @@ var _ = Describe("Podman containers ", func() { }) It("podman wait to pause|unpause condition", func() { + Skip("FIXME: https://github.com/containers/podman/issues/6518") var ( name = "top" exitCode int32 = -1 |