Skip to content

Commit b2d5487

Browse files
authored
[chore] skip TestSyslogComplementaryRFC3164 (open-telemetry#38240)
#### Description Skip TestSyslogComplementaryRFC3164, it has been broken for quite a while #### Link to tracking issue open-telemetry#38238
1 parent d57fb58 commit b2d5487

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testbed/tests/syslog_integration_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ func TestSyslogComplementaryRFC5424(t *testing.T) {
6767
}
6868

6969
func TestSyslogComplementaryRFC3164(t *testing.T) {
70+
t.Skip("https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/38238")
7071
expectedData := []expectedDataType{
7172
{
7273
message: "<34>Oct 11 2023 22:14:15 mymachine su: 'su root' failed for lonvick on /dev/pts/8",

0 commit comments

Comments
 (0)