diff --git a/test/verify/check-system-info b/test/verify/check-system-info index 9fd2c5ad7e8d..181990549d75 100755 --- a/test/verify/check-system-info +++ b/test/verify/check-system-info @@ -866,6 +866,7 @@ fi self.restore_dir("/etc/yum") self.restore_dir("/var/lib/insights") self.addCleanup(m.execute, "systemctl status insights-client >&2 || true; pgrep -af [i]nsight >&2 || true; pgrep -f [i]nsight | xargs systemctl status >&2 || true") + self.addCleanup(m.execute, "pkill -ef [i]nsight >&2 || true") # Pretend that the Subscriptions page can do Insights stuff self.write_file("/etc/cockpit/subscription-manager.override.json", '{ "features": { "insights": true } }')