diff options
author | Brent Baude <bbaude@redhat.com> | 2020-08-06 14:24:09 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2020-08-20 12:16:52 -0400 |
commit | c539091bb0346cca036f0b7c4c4fe4423dcc66ee (patch) | |
tree | 5d88144fab978b4b68cd1a7176a254359ec77944 /test/system/110-history.bats | |
parent | 09bd563e2bc544aa987e90c5d831f146198eebb5 (diff) | |
download | podman-c539091bb0346cca036f0b7c4c4fe4423dcc66ee.tar.gz podman-c539091bb0346cca036f0b7c4c4fe4423dcc66ee.tar.bz2 podman-c539091bb0346cca036f0b7c4c4fe4423dcc66ee.zip |
Replace deepcopy on history results
the deepcopy in the remote history code path was throwing an uncaught error on a type mismatch. we now manually do the conversion and fix the type mismatch on the fly.
Fixes: #7122
Signed-off-by: Brent Baude <bbaude@redhat.com>
Diffstat (limited to 'test/system/110-history.bats')
-rw-r--r-- | test/system/110-history.bats | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/system/110-history.bats b/test/system/110-history.bats index b83e90fe4..5dc221d61 100644 --- a/test/system/110-history.bats +++ b/test/system/110-history.bats @@ -3,8 +3,6 @@ load helpers @test "podman history - basic tests" { - skip_if_remote "FIXME: pending #7122" - tests=" | .*[0-9a-f]\\\{12\\\} .* CMD .* LABEL --format '{{.ID}} {{.Created}}' | .*[0-9a-f]\\\{12\\\} .* ago |