Blob Blame History Raw
From 524c56af2571d187097a1c5e271008b641babeb4 Mon Sep 17 00:00:00 2001
From: Matej Marusak <mmarusak@redhat.com>
Date: Tue, 20 Jul 2021 14:59:19 +0200
Subject: [PATCH] test: Don't check if user or system service failed to start

It seems that this can hit system podman as well.
---
 test/check-application | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/check-application b/test/check-application
index 04508c61..47cf95f0 100755
--- a/test/check-application
+++ b/test/check-application
@@ -110,7 +110,6 @@ class TestApplication(testlib.MachineCase):
                 b.wait_not_present("#overview div.pf-c-alert")
             except testlib.Error:
                 if system:
-                    b.wait_in_text("#overview div.pf-c-alert .pf-c-alert__title", "User Podman service is also available")
                     b.click("#overview div.pf-c-alert .pf-c-alert__action > button:contains(Start)")
                     b.wait_not_present("#overview div.pf-c-alert")
                 else: