diff options
author | Brent Baude <bbaude@redhat.com> | 2020-04-26 10:16:14 -0500 |
---|---|---|
committer | Brent Baude <bbaude@redhat.com> | 2020-04-27 10:20:53 -0500 |
commit | 6db081fc5e38df6e757da0af8e4e3c74eaa720f6 (patch) | |
tree | b1912f555c5a5abc32dbfdd64757e4ce5e4993f2 /test/e2e | |
parent | fdf64f0c66be4569732b830ce60c98f98a7efe64 (diff) | |
download | podman-6db081fc5e38df6e757da0af8e4e3c74eaa720f6.tar.gz podman-6db081fc5e38df6e757da0af8e4e3c74eaa720f6.tar.bz2 podman-6db081fc5e38df6e757da0af8e4e3c74eaa720f6.zip |
enable load integration tests
fix bug where multiple images can be loaded and have to be able to handle the return of multiple names
Signed-off-by: Brent Baude <bbaude@redhat.com>
Diffstat (limited to 'test/e2e')
-rw-r--r-- | test/e2e/load_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/load_test.go b/test/e2e/load_test.go index 6b6d3820a..9a2cee9e1 100644 --- a/test/e2e/load_test.go +++ b/test/e2e/load_test.go @@ -20,7 +20,6 @@ var _ = Describe("Podman load", func() { ) BeforeEach(func() { - Skip(v2fail) tempdir, err = CreateTempDirInTempDir() if err != nil { os.Exit(1) |