Skip to content

Commit b44ddd7

Browse files
committed
test(e2e): deflake kube play workdir symlink logs
1 parent 88217ca commit b44ddd7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/e2e/play_kube_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2613,6 +2613,8 @@ var _ = Describe("Podman kube play", func() {
26132613
Expect(wait).Should(ExitCleanly())
26142614
Expect(wait.OutputToString()).To(Equal("0"))
26152615

2616+
// Flake prevention: journalctl makes no timeliness guarantees.
2617+
time.Sleep(1 * time.Second)
26162618
logs := podmanTest.Podman([]string{"pod", "logs", "-c", "test-symlink-test-symlink", "test-symlink"})
26172619
logs.WaitWithDefaultTimeout()
26182620
Expect(logs).Should(ExitCleanly())

0 commit comments

Comments
 (0)