Merge pull request #13822 from edsantiago/buildah_3544_fixed

System tests: reenable ps --external test
This commit is contained in:
OpenShift Merge Robot 2022-04-11 10:37:54 -04:00 committed by GitHub
commit 4a53689c56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,9 +99,7 @@ EOF
local t1=$SECONDS
local delta_t=$((t1 - t0))
if [[ $delta_t -gt 10 ]]; then
# FIXME FIXME FIXME: when buildah issue 3544 gets fixed and vendored,
# change 'echo' to 'die'
echo "podman build did not get killed within 10 seconds (actual time: $delta_t seconds)"
die "podman build did not get killed within 10 seconds (actual time: $delta_t seconds)"
fi
run_podman ps -a