diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-08-10 08:45:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-10 08:45:21 -0400 |
commit | b9db2eb3028692802aded94fa8da477e1bbacd9e (patch) | |
tree | 7984c677a6f395f08af847f15901306e4e685ba7 | |
parent | 6513adda185986c1994d2a2d354b874aee7543e6 (diff) | |
parent | 8b9b925e78cb1ef80a4d274b67611f48eb8f788d (diff) | |
download | podman-b9db2eb3028692802aded94fa8da477e1bbacd9e.tar.gz podman-b9db2eb3028692802aded94fa8da477e1bbacd9e.tar.bz2 podman-b9db2eb3028692802aded94fa8da477e1bbacd9e.zip |
Merge pull request #11176 from Luap99/skip-flake
skip flaking auto-update test
-rw-r--r-- | test/system/255-auto-update.bats | 1 |
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] |