Skip to content

Commit

Permalink
Skip Flaky Tests (elastic#27590)
Browse files Browse the repository at this point in the history
* skip tests

* issue
  • Loading branch information
narph authored Aug 25, 2021
1 parent 4af52fc commit cb1d315
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 cb1d315

Please sign in to comment.