You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test TestSyslogOutputCanBeClosed requires no syslog running
on the host and root privileges to execute. Most Linux distros
already have a syslog daemon running, causing test failures
during development. These failures make it difficult to identify
real issues with the tests.
Given this, introduce an integration build tag
and run this test only by default on CI.
The integration build tag was previously used only for negative
matches in certain tests, which is not meaningful. Remove the
!integration annotations.
0 commit comments