Skip to content

Commit

Permalink
Skip flaky test TestFilestreamTruncate (#25218)
Browse files Browse the repository at this point in the history
Related: #25217
(cherry picked from commit 7e1d9e4)
  • Loading branch information
andrewkroh authored and mergify-bot committed Apr 23, 2021
1 parent e16a9c4 commit c00311d
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 @@ -860,6 +860,8 @@ func TestFilestreamSymlinkRemoved(t *testing.T) {

// test_truncate from test_harvester.py
func TestFilestreamTruncate(t *testing.T) {
t.Skip("Flaky test: https://github.com/elastic/beats/issues/25217")

env := newInputTestingEnvironment(t)

testlogName := "test.log"
Expand Down

0 comments on commit c00311d

Please sign in to comment.