Tests: skip sendmsg()/recvmsg() alerts for all tests.
Currently, these alerts may appear in the log when any application exits.
This commit is contained in:
@@ -132,7 +132,6 @@ class TestUnitConfiguration(unit.TestUnitControl):
|
||||
self.skip_sanitizer = True
|
||||
self.skip_alerts.extend([
|
||||
r'failed to apply previous configuration',
|
||||
r'sendmsg.+failed',
|
||||
r'process \d+ exited on signal'
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user