summaryrefslogtreecommitdiff
path: root/test/system/255-auto-update.bats
diff options
context:
space:
mode:
authorPaul Holzinger <pholzing@redhat.com>2021-08-10 10:58:53 +0200
committerPaul Holzinger <pholzing@redhat.com>2021-08-10 11:06:38 +0200
commit8b9b925e78cb1ef80a4d274b67611f48eb8f788d (patch)
tree7984c677a6f395f08af847f15901306e4e685ba7 /test/system/255-auto-update.bats
parent6513adda185986c1994d2a2d354b874aee7543e6 (diff)
downloadpodman-8b9b925e78cb1ef80a4d274b67611f48eb8f788d.tar.gz
podman-8b9b925e78cb1ef80a4d274b67611f48eb8f788d.tar.bz2
podman-8b9b925e78cb1ef80a4d274b67611f48eb8f788d.zip
skip flaking auto-update test
This test flakes on almost every PR, so skip it for now until someone can fix it, see #11175. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'test/system/255-auto-update.bats')
-rw-r--r--test/system/255-auto-update.bats1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/system/255-auto-update.bats b/test/system/255-auto-update.bats
index 4e242e1f1..69ebebcd6 100644
--- a/test/system/255-auto-update.bats
+++ b/test/system/255-auto-update.bats
@@ -221,6 +221,7 @@ 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]