Skip to content

Commit

Permalink
Skip flaky test: filestream and harvester group (#26728)
Browse files Browse the repository at this point in the history
(cherry picked from commit a0feda9)
  • Loading branch information
mtojek authored and mergify-bot committed Jul 15, 2021
1 parent 12716da commit 09fc6e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions filebeat/input/filestream/input_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ import (

// test_close_renamed from test_harvester.py
func TestFilestreamCloseRenamed(t *testing.T) {
t.Skip("flaky test: https://github.com/elastic/beats/issues/26727")
if runtime.GOOS == "windows" {
t.Skip("renaming files while Filebeat is running is not supported on Windows")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ func TestReaderGroup(t *testing.T) {
}

func TestDefaultHarvesterGroup(t *testing.T) {
t.Skip("flaky test: https://github.com/elastic/beats/issues/26727")
source := &testSource{"/path/to/test"}

requireSourceAddedToBookkeeper := func(t *testing.T, hg *defaultHarvesterGroup, s Source) {
Expand Down

0 comments on commit 09fc6e1

Please sign in to comment.