Skip to content

Commit

Permalink
Skip flaky test TestFilestreamMetadataUpdatedOnRename (#26609)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano authored Jun 30, 2021
1 parent 5d258c8 commit 895f55f
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 895f55f

Please sign in to comment.