Skip to content

Commit

Permalink
test: drop allowing cockpit-ws assertion
Browse files Browse the repository at this point in the history
This assertion should no longer appear since Cockpit 260.
  • Loading branch information
jelly authored and martinpitt committed Feb 27, 2024
1 parent f234cbc commit 0ffe9cd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/check-application
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,6 @@ class TestApplication(testlib.MachineCase):
self.has_selinux = "arch" not in m.image and "debian" not in m.image and "ubuntu" not in m.image
self.has_cgroupsV2 = m.image not in ["centos-8-stream"] and not m.image.startswith('rhel-8')

# HACK: older c-ws versions always log an assertion, fixed in PR cockpit#16765
self.allow_journal_messages("json_object_get_string_member: assertion 'node != NULL' failed")

self.system_images_count = int(self.execute(True, "podman images -n | wc -l").strip())
self.user_images_count = int(self.execute(False, "podman images -n | wc -l").strip())

Expand Down

0 comments on commit 0ffe9cd

Please sign in to comment.