Skip to content

Commit

Permalink
Skip Flaky Tests (#27590) (#27891)
Browse files Browse the repository at this point in the history
(cherry picked from commit cb1d315)

Co-authored-by: Mariana Dima <mariana@elastic.co>
  • Loading branch information
mergify[bot] and narph committed Sep 13, 2021
1 parent 07fe5ee commit 9ac8b29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions filebeat/input/filestream/input_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ func TestFilestreamCloseEOF(t *testing.T) {

// test_empty_lines from test_harvester.py
func TestFilestreamEmptyLine(t *testing.T) {
t.Skip("Flaky test https://github.com/elastic/beats/issues/27585")
env := newInputTestingEnvironment(t)

testlogName := "test.log"
Expand Down Expand Up @@ -693,6 +694,7 @@ func TestFilestreamTruncateCheckOffset(t *testing.T) {
}

func TestFilestreamTruncateBlockedOutput(t *testing.T) {
t.Skip("Flaky test https://github.com/elastic/beats/issues/27085")
env := newInputTestingEnvironment(t)
env.pipeline = &mockPipelineConnector{blocking: true}

Expand Down

0 comments on commit 9ac8b29

Please sign in to comment.