From 8b9b925e78cb1ef80a4d274b67611f48eb8f788d Mon Sep 17 00:00:00 2001
From: Paul Holzinger <pholzing@redhat.com>
Date: Tue, 10 Aug 2021 10:58:53 +0200
Subject: [PATCH] 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>
---
 test/system/255-auto-update.bats | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/system/255-auto-update.bats b/test/system/255-auto-update.bats
index 4e242e1f1e..69ebebcd60 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]