mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
CI: unskip tests
New VMs have netavark 1.9, which fixes the "cannot talk to syslog" warning when running containerized, so we can reenable clean-output checks in containerized e2e tests pasta: some new VMs have passt >= 2023-11-10, but f38 does not, and f39 is unclear (my version extractor could not tell). So I'm leaving the 20170 skip. Debian runc now supports umask in *run*, but not *exec*. Even with runc 1.1.10. And we don't even know what the situation is on RHEL... so, run the podman-run umask tests but not exec. Fixes: #19809 Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
@ -199,13 +199,6 @@ func (matcher *exitCleanlyMatcher) Match(actual interface{}) (success bool, err
|
||||
}
|
||||
|
||||
// Exit status is 0. Now check for anything on stderr... except:
|
||||
|
||||
if Containerized() {
|
||||
// FIXME: #19809, "failed to connect to syslog" warnings on f38
|
||||
// FIXME: so, until that is fixed, don't check stderr if containerized
|
||||
return true, nil
|
||||
}
|
||||
|
||||
info := GetHostDistributionInfo()
|
||||
if info.Distribution != "fedora" {
|
||||
// runc on debian:
|
||||
|
Reference in New Issue
Block a user