We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1942203 commit 6faf3b9Copy full SHA for 6faf3b9
testcases/KernelLog.py
@@ -68,6 +68,8 @@ def runTest(self):
68
"pstore: decompression failed: -5",
69
# The below xive message should go away when https://github.com/open-power/skiboot/issues/171 is resolved
70
"xive: Interrupt.*type mismatch, Linux says Level, FW says Edge",
71
+ # This is why we can't have nice things.
72
+ "systemd-journald.*File.*corrupted or uncleanly shut down, renaming and replacing.",
73
]
74
75
for f in filter_out:
0 commit comments