diff options
author | Brent Baude <bbaude@redhat.com> | 2020-08-06 14:24:09 -0500 |
---|---|---|
committer | Brent Baude <bbaude@redhat.com> | 2020-08-11 12:19:17 -0500 |
commit | be41c58f25a34b53bb2af4327b421bc459609faf (patch) | |
tree | 1bfdf7c244a0034b4d5b4ff8d59b3e73848b9d92 /test/system | |
parent | 6d3075a6c79a6e761c183e0d5e6aa239fad21b63 (diff) | |
download | podman-be41c58f25a34b53bb2af4327b421bc459609faf.tar.gz podman-be41c58f25a34b53bb2af4327b421bc459609faf.tar.bz2 podman-be41c58f25a34b53bb2af4327b421bc459609faf.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')
-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 |