From 471f4898f0547d10722fa2e311d44ebb5415e2ce Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 10 May 2021 06:12:59 -0600 Subject: Remove obsolete skips The following bugs seem to be fixed: * #6510 (e2e tests) - podman rmi gives "layer not known" * #9915 (buildah-bud tests) - podman build --arch * #10248 - spurious warning from first-ever invocation of rootless podman Signed-off-by: Ed Santiago --- test/system/001-basic.bats | 7 ------- 1 file changed, 7 deletions(-) (limited to 'test/system') diff --git a/test/system/001-basic.bats b/test/system/001-basic.bats index 5d44c373f..97ef61511 100644 --- a/test/system/001-basic.bats +++ b/test/system/001-basic.bats @@ -15,13 +15,6 @@ function setup() { @test "podman version emits reasonable output" { run_podman version - # FIXME FIXME FIXME: #10248: nasty message on Ubuntu cgroups v1, rootless - if [[ "$output" =~ "overlay test mount with multiple lowers failed" ]]; then - if is_rootless; then - lines=("${lines[@]:1}") - fi - fi - # First line of podman-remote is "Client:". # Just delete it (i.e. remove the first entry from the 'lines' array) if is_remote; then -- cgit v1.2.3-54-g00ecf