Skip to content

Commit

Permalink
test: drop cockpit-pcp specific journal allow
Browse files Browse the repository at this point in the history
This is emitted by the C bridge which is no longer in use.
  • Loading branch information
jelly committed Sep 26, 2024
1 parent e9e1fcf commit 8cbaa22
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/verify/check-networkmanager-basic
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,6 @@ class TestNetworkingBasic(netlib.NetworkCase):
b.wait_visible("#networking-edit-mac")
b.wait_visible(f".pf-v5-c-card__header:contains('{iface}') .pf-v5-c-switch input:not(disabled)")

# FIXME: if pcp is running, cockpit-pcp throws this warning
self.allow_journal_messages('received invalid "host" field in kill command')


if __name__ == '__main__':
testlib.test_main()

0 comments on commit 8cbaa22

Please sign in to comment.