diff options
author | Ed Santiago <santiago@redhat.com> | 2022-04-11 05:38:23 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2022-04-11 05:39:39 -0600 |
commit | 615099ddb978af6ed8c521a565c038d80f721855 (patch) | |
tree | 86a4cd72b5952dcb200c7d7e32d9c4da9a0f7e43 /test/system | |
parent | 1d01815c107c91f6cfe98446d334c94a97d11080 (diff) | |
download | podman-615099ddb978af6ed8c521a565c038d80f721855.tar.gz podman-615099ddb978af6ed8c521a565c038d80f721855.tar.bz2 podman-615099ddb978af6ed8c521a565c038d80f721855.zip |
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>
Diffstat (limited to 'test/system')
-rw-r--r-- | test/system/040-ps.bats | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/system/040-ps.bats b/test/system/040-ps.bats index 8d0a405d2..6fc0b9b6e 100644 --- a/test/system/040-ps.bats +++ b/test/system/040-ps.bats @@ -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 |