mirror of
https://github.com/containers/podman.git
synced 2025-06-04 13:08:55 +08:00
Semiperiodic cleanup of obsolete Skip()s
Found by my find-obsolete-skips script. Let's see which, if any, of these skipped tests can be reenabled. Some Skips are "this will never work", not "this is expected to work one day". Update the message on those to reflect that. Some were real bugs in the test framework. Fix those. And, joy of joys, some work today. Remove those skips. Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
@ -121,6 +121,7 @@ func (p *PodmanTest) WaitForContainer() bool {
|
||||
}
|
||||
time.Sleep(1 * time.Second)
|
||||
}
|
||||
fmt.Printf("WaitForContainer(): timed out\n")
|
||||
return false
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user