From 35d2db807239eb193edd0d775a95aadb3279f01f Mon Sep 17 00:00:00 2001 From: Jhon Honce Date: Wed, 5 Aug 2020 15:10:12 -0700 Subject: Default .Repository and .Tag values to Refactor the processing of Repository and Tag fields to default to when printing via --format flag. Previously, the default format would print but --format {{.Tag}} would not in some cases. Fixes #7123 Signed-off-by: Jhon Honce --- test/system/120-load.bats | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/system/120-load.bats b/test/system/120-load.bats index ec959ca73..310ee55de 100644 --- a/test/system/120-load.bats +++ b/test/system/120-load.bats @@ -38,8 +38,6 @@ verify_iid_and_name() { @test "podman load - by image ID" { - skip_if_remote "FIXME: pending #7123" - # FIXME: how to build a simple archive instead? get_iid_and_name -- cgit v1.2.3-54-g00ecf