From b33d1d03b1bb614e3cb172d432999928afc3a7b8 Mon Sep 17 00:00:00 2001 From: Jameer Pathan <21165044+jameerpathan111@users.noreply.github.com> Date: Thu, 6 Jun 2024 21:26:46 +0200 Subject: [PATCH] Skip assertion for test_satellite_installation if SAT-21086 is open (#15358) --- tests/foreman/installer/test_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/foreman/installer/test_installer.py b/tests/foreman/installer/test_installer.py index d562e1e5dd8..8332753b162 100644 --- a/tests/foreman/installer/test_installer.py +++ b/tests/foreman/installer/test_installer.py @@ -103,7 +103,7 @@ def common_sat_install_assertions(satellite): assert len(result.stdout) == 0 # no errors in /var/log/foreman/production.log result = satellite.execute(r'grep --context=100 -E "\[E\|" /var/log/foreman/production.log') - if not is_open('BZ:2247484'): + if not is_open('SAT-21086'): assert len(result.stdout) == 0 # no errors/failures in /var/log/foreman-installer/satellite.log result = satellite.execute(