mirror of https://github.com/containers/podman.git
System tests: reenable ps --external test
Buildah issue 3544 has been fixed and vendored into podman. We can reenable a long-skipped test. Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
parent
1d01815c10
commit
615099ddb9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue