summaryrefslogtreecommitdiff
path: root/test/system/255-auto-update.bats
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-08-20 07:10:34 -0400
committerGitHub <noreply@github.com>2021-08-20 07:10:34 -0400
commit7d8650cce82e67fb998b9f8a89c66a51b4c98285 (patch)
tree757b724f94af33be8fee12658f7f55d81db92f4f /test/system/255-auto-update.bats
parent30b036c5d394bb523fa13074b1731ad4b6259693 (diff)
parentc22f3e8b4e2593ca81d08924889f7e7251c83089 (diff)
downloadpodman-7d8650cce82e67fb998b9f8a89c66a51b4c98285.tar.gz
podman-7d8650cce82e67fb998b9f8a89c66a51b4c98285.tar.bz2
podman-7d8650cce82e67fb998b9f8a89c66a51b4c98285.zip
Merge pull request #11246 from vrothberg/sdnotify=container
Implement SD-NOTIFY proxy in conmon
Diffstat (limited to 'test/system/255-auto-update.bats')
-rw-r--r--test/system/255-auto-update.bats1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/system/255-auto-update.bats b/test/system/255-auto-update.bats
index 8bb32b5b7..7766ca3f9 100644
--- a/test/system/255-auto-update.bats
+++ b/test/system/255-auto-update.bats
@@ -221,7 +221,6 @@ function _confirm_update() {
}
@test "podman auto-update - label io.containers.autoupdate=local with rollback" {
- skip "This test flakes way too often, see #11175"
# sdnotify fails with runc 1.0.0-3-dev2 on Ubuntu. Let's just
# assume that we work only with crun, nothing else.
# [copied from 260-sdnotify.bats]