mirror of
https://github.com/containers/podman.git
synced 2025-06-20 09:03:43 +08:00
Restore --format table support
* system df * events * fix error handling from go routine * update tests to use gomega matchers for better error messages * system info * version * volume inspect Signed-off-by: Jhon Honce <jhonce@redhat.com>
This commit is contained in:
@ -220,7 +220,6 @@ var _ = Describe("Podman build", func() {
|
||||
})
|
||||
|
||||
It("podman build --http_proxy flag", func() {
|
||||
SkipIfRemote("FIXME: This is broken should be fixed") // This is hanging currently.
|
||||
os.Setenv("http_proxy", "1.2.3.4")
|
||||
if IsRemote() {
|
||||
podmanTest.StopRemoteService()
|
||||
|
Reference in New Issue
Block a user