diff options
Diffstat (limited to 'test/e2e/pod_pod_namespaces_test.go')
-rw-r--r-- | test/e2e/pod_pod_namespaces_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/pod_pod_namespaces_test.go b/test/e2e/pod_pod_namespaces_test.go index 667a54861..5b288898f 100644 --- a/test/e2e/pod_pod_namespaces_test.go +++ b/test/e2e/pod_pod_namespaces_test.go @@ -24,7 +24,6 @@ var _ = Describe("Podman pod create", func() { } podmanTest = PodmanTestCreate(tempdir) podmanTest.Setup() - podmanTest.SeedImages() }) AfterEach(func() { |