From a8ae7eae9c9e545b685abfd1e42a2a63cb547a80 Mon Sep 17 00:00:00 2001 From: baude Date: Tue, 31 Jul 2018 09:05:48 -0500 Subject: Integration Test Improvements #3 Third round of speed improvements to the integration tests. Signed-off-by: baude Closes: #1193 Approved by: rhatdan --- test/e2e/commit_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/e2e/commit_test.go') diff --git a/test/e2e/commit_test.go b/test/e2e/commit_test.go index 8620d48ef..c0e050da4 100644 --- a/test/e2e/commit_test.go +++ b/test/e2e/commit_test.go @@ -78,8 +78,7 @@ var _ = Describe("Podman commit", func() { }) It("podman commit container with change flag", func() { - podmanTest.RestoreArtifact(fedoraMinimal) - test := podmanTest.Podman([]string{"run", "--name", "test1", "-d", fedoraMinimal, "ls"}) + test := podmanTest.Podman([]string{"run", "--name", "test1", "-d", ALPINE, "ls"}) test.WaitWithDefaultTimeout() Expect(test.ExitCode()).To(Equal(0)) Expect(podmanTest.NumberOfContainers()).To(Equal(1)) -- cgit v1.2.3-54-g00ecf