Skip to content

Commit

Permalink
Skip filestream flaky tests (#27896) (#27935)
Browse files Browse the repository at this point in the history
(cherry picked from commit dac2391)

Co-authored-by: Jaime Soriano Pastor <jaime.soriano@elastic.co>
  • Loading branch information
mergify[bot] and jsoriano committed Sep 15, 2021
1 parent 4809166 commit b14a2c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions filebeat/input/filestream/parsers_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ The total should be 4 lines covered

// test_rabbitmq_multiline_log from test_multiline.py
func TestParsersRabbitMQMultilineLog(t *testing.T) {
t.Skip("Flaky test: https://github.com/elastic/beats/issues/27893")

env := newInputTestingEnvironment(t)

testlogName := "test.log"
Expand Down Expand Up @@ -291,6 +293,8 @@ connection <0.23893.109>, channel 3 - soft error:

// test_max_lines from test_multiline.py
func TestParsersMultilineMaxLines(t *testing.T) {
t.Skip("Flaky test: https://github.com/elastic/beats/issues/27894")

env := newInputTestingEnvironment(t)

testlogName := "test.log"
Expand Down Expand Up @@ -501,6 +505,8 @@ 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/27085")

env := newInputTestingEnvironment(t)

testlogName := "test.log"
Expand Down

0 comments on commit b14a2c4

Please sign in to comment.