mirror of
https://github.com/containers/podman.git
synced 2026-03-13 08:01:19 +08:00
URGENT: fix broken CI
PR #19878 (checking for warnings in system tests) broke upgrade tests. Reason: my long-ago "optimization" in which, if a PR touches only tests in X, do not run tests in Y. Unfortunately, upgrade tests rely on code in the system-test directory. I don't know if this is fixable; nor if it's an acceptable tradeoff. Please discuss. Sorry, everyone. Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
@@ -359,7 +359,7 @@ failed | exited | 17
|
||||
|
||||
|
||||
@test "stop and rm" {
|
||||
run_podman stop myrunningcontainer
|
||||
run_podman 0+w stop myrunningcontainer
|
||||
run_podman rm myrunningcontainer
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user