From 6f913f5f37cc0877773bbc097e3026906b170ec2 Mon Sep 17 00:00:00 2001
From: Ed Santiago <santiago@redhat.com>
Date: Thu, 7 Sep 2023 14:05:30 -0600
Subject: [PATCH] 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>
---
 test/upgrade/test-upgrade.bats | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/upgrade/test-upgrade.bats b/test/upgrade/test-upgrade.bats
index 2b625eb19e..7f189ec552 100644
--- a/test/upgrade/test-upgrade.bats
+++ b/test/upgrade/test-upgrade.bats
@@ -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
 }