diff options
Diffstat (limited to 'test/system')
-rw-r--r-- | test/system/610-format.bats | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/test/system/610-format.bats b/test/system/610-format.bats index 770f91cf5..3d545f29f 100644 --- a/test/system/610-format.bats +++ b/test/system/610-format.bats @@ -34,7 +34,7 @@ ps | -a image search | sdfsdf search | sdfsdf -pod inspect | mypod SKIP +pod inspect | mypod container stats | --no-stream pod stats | --no-stream @@ -94,11 +94,6 @@ function check_subcommand() { unset extra_args["$command_string"] fi - # FIXME: you can remove this once you're finished with #15673 - if [[ "$extra" =~ SKIP ]]; then - continue - fi - # This is what does the work. We should never see the unterminated err run_podman '?' "$@" "$cmd" $extra --format '{{"\n"}}' assert "$output" !~ "unterminated quoted string" \ |