diff options
Diffstat (limited to 'test/e2e/login_logout_test.go')
-rw-r--r-- | test/e2e/login_logout_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/login_logout_test.go b/test/e2e/login_logout_test.go index b1255c00a..5de77f158 100644 --- a/test/e2e/login_logout_test.go +++ b/test/e2e/login_logout_test.go @@ -35,7 +35,6 @@ var _ = Describe("Podman login and logout", func() { os.Exit(1) } podmanTest = PodmanTestCreate(tempdir) - podmanTest.RestoreAllArtifacts() authPath = filepath.Join(podmanTest.TempDir, "auth") os.Mkdir(authPath, os.ModePerm) |