Skip to content

Commit

Permalink
Disable TestParsersMultilineMaxBytes
Browse files Browse the repository at this point in the history
  • Loading branch information
michalpristas committed Sep 23, 2021
1 parent c347f46 commit 08dddac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions filebeat/input/filestream/parsers_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ func TestParsersMultilineTimeout(t *testing.T) {

// test_max_bytes from test_multiline.py
func TestParsersMultilineMaxBytes(t *testing.T) {
t.Skip("Flaky test https://github.com/elastic/beats/issues/28088")
env := newInputTestingEnvironment(t)

testlogName := "test.log"
Expand Down

0 comments on commit 08dddac

Please sign in to comment.