summaryrefslogtreecommitdiff
path: root/test/system
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-05-10 14:30:40 -0400
committerGitHub <noreply@github.com>2021-05-10 14:30:40 -0400
commit02b09795286f5d801d318b539ed5529e6442dcec (patch)
treec7f467940c9e57ea68232ea6bc8dc035f1988d0b /test/system
parent76c857704053a6c6ee1e2ed1900b549d399f967d (diff)
parent471f4898f0547d10722fa2e311d44ebb5415e2ce (diff)
downloadpodman-02b09795286f5d801d318b539ed5529e6442dcec.tar.gz
podman-02b09795286f5d801d318b539ed5529e6442dcec.tar.bz2
podman-02b09795286f5d801d318b539ed5529e6442dcec.zip
Merge pull request #10291 from edsantiago/remove_obsolete_skips
Remove obsolete skips
Diffstat (limited to 'test/system')
-rw-r--r--test/system/001-basic.bats7
1 files changed, 0 insertions, 7 deletions
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:<blank>".
# Just delete it (i.e. remove the first entry from the 'lines' array)
if is_remote; then