Skip to content

Commit

Permalink
Fix link to duplicate issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano committed Sep 13, 2021
1 parent ecb16ca commit 6a58450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filebeat/input/filestream/parsers_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ func TestParsersCloseTimeoutWithMultiline(t *testing.T) {

// test_consecutive_newline from test_multiline.py
func TestParsersConsecutiveNewline(t *testing.T) {
t.Skip("Flaky test: https://github.com/elastic/beats/issues/27895")
t.Skip("Flaky test: https://github.com/elastic/beats/issues/27085")

env := newInputTestingEnvironment(t)

Expand Down

0 comments on commit 6a58450

Please sign in to comment.