Skip to content

Commit

Permalink
Skip flaky test TestFilestreamMetadataUpdatedOnRename (#26609) (#26612)
Browse files Browse the repository at this point in the history
(cherry picked from commit 895f55f)

Co-authored-by: Jaime Soriano Pastor <jaime.soriano@elastic.co>
  • Loading branch information
mergify[bot] and jsoriano authored Jun 30, 2021
1 parent 83a5e4a commit 1dfcb20
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 @@ -80,6 +80,8 @@ func TestFilestreamCloseRenamed(t *testing.T) {
}

func TestFilestreamMetadataUpdatedOnRename(t *testing.T) {
t.Skip("Flaky test: https://github.com/elastic/beats/issues/26608")

if runtime.GOOS == "windows" {
t.Skip("renaming files while Filebeat is running is not supported on Windows")
}
Expand Down

0 comments on commit 1dfcb20

Please sign in to comment.