diff options
author | Ed Santiago <santiago@redhat.com> | 2021-11-18 09:30:24 -0700 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2021-11-19 08:49:57 -0700 |
commit | c03b6b54fd48e18c365ea0351b4e9df05587aa1d (patch) | |
tree | 2799d76bd5cb95a1b9751fa98cac86f79cb84b27 /test/system/030-run.bats | |
parent | 671e5ee42d4eb71fc0238e8b0b1e4a68b1def156 (diff) | |
download | podman-c03b6b54fd48e18c365ea0351b4e9df05587aa1d.tar.gz podman-c03b6b54fd48e18c365ea0351b4e9df05587aa1d.tar.bz2 podman-c03b6b54fd48e18c365ea0351b4e9df05587aa1d.zip |
Semiperiodic cleanup of obsolete Skip()s
Found by my find-obsolete-skips script. Let's see which, if any,
of these skipped tests can be reenabled.
Some Skips are "this will never work", not "this is expected to
work one day". Update the message on those to reflect that.
Some were real bugs in the test framework. Fix those.
And, joy of joys, some work today. Remove those skips.
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'test/system/030-run.bats')
-rw-r--r-- | test/system/030-run.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/030-run.bats b/test/system/030-run.bats index ba21cd21d..5937d38f8 100644 --- a/test/system/030-run.bats +++ b/test/system/030-run.bats @@ -236,7 +236,7 @@ echo $rand | 0 | $rand } @test "podman run docker-archive" { - skip_if_remote "podman-remote does not support docker-archive (#7116)" + skip_if_remote "podman-remote does not support docker-archive" # Create an image that, when run, outputs a random magic string expect=$(random_string 20) |