summaryrefslogtreecommitdiff
path: root/test/utils
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-11-22 17:51:14 +0100
committerGitHub <noreply@github.com>2021-11-22 17:51:14 +0100
commit40ae7e74b7cba36ebf1a5e89da4e749ed936189b (patch)
tree675abce8732b1750d52aed10f2322a751a15fda9 /test/utils
parentbfc929efc44cc9255406ed6c2abec1b8a4f36dab (diff)
parentc03b6b54fd48e18c365ea0351b4e9df05587aa1d (diff)
downloadpodman-40ae7e74b7cba36ebf1a5e89da4e749ed936189b.tar.gz
podman-40ae7e74b7cba36ebf1a5e89da4e749ed936189b.tar.bz2
podman-40ae7e74b7cba36ebf1a5e89da4e749ed936189b.zip
Merge pull request #12349 from edsantiago/clean_fixmes
Semiperiodic cleanup of obsolete Skip()s
Diffstat (limited to 'test/utils')
-rw-r--r--test/utils/utils.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/utils/utils.go b/test/utils/utils.go
index 8d1edb23a..4a57d9ce7 100644
--- a/test/utils/utils.go
+++ b/test/utils/utils.go
@@ -121,6 +121,7 @@ func (p *PodmanTest) WaitForContainer() bool {
}
time.Sleep(1 * time.Second)
}
+ fmt.Printf("WaitForContainer(): timed out\n")
return false
}