From 03e99c9b40d3ad4ba33fb63d2a3de781527ce345 Mon Sep 17 00:00:00 2001 From: jgallucci32 Date: Wed, 17 Jun 2020 07:08:52 -0700 Subject: Revert #6591 to fix issue with failed tests Signed-off-by: jgallucci32 --- test/e2e/logs_test.go | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'test') diff --git a/test/e2e/logs_test.go b/test/e2e/logs_test.go index 5d8ce24e9..c12ae9c86 100644 --- a/test/e2e/logs_test.go +++ b/test/e2e/logs_test.go @@ -300,16 +300,4 @@ var _ = Describe("Podman logs", func() { Expect(inspect.ErrorToString()).To(ContainSubstring("no such container")) } }) - - It("follow output stopped container", func() { - containerName := "logs-f" - - logc := podmanTest.Podman([]string{"run", "--name", containerName, "-d", ALPINE}) - logc.WaitWithDefaultTimeout() - Expect(logc).To(Exit(0)) - - results := podmanTest.Podman([]string{"logs", "-f", containerName}) - results.WaitWithDefaultTimeout() - Expect(results).To(Exit(0)) - }) }) -- cgit v1.2.3-54-g00ecf