Skip to content

Commit a0feda9

Browse files
authored
Skip flaky test: filestream and harvester group (#26728)
1 parent 877ae2c commit a0feda9

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

filebeat/input/filestream/input_integration_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ import (
3636

3737
// test_close_renamed from test_harvester.py
3838
func TestFilestreamCloseRenamed(t *testing.T) {
39+
t.Skip("flaky test: https://github.com/elastic/beats/issues/26727")
3940
if runtime.GOOS == "windows" {
4041
t.Skip("renaming files while Filebeat is running is not supported on Windows")
4142
}

filebeat/input/filestream/internal/input-logfile/harvester_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ func TestReaderGroup(t *testing.T) {
9898
}
9999

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

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

0 commit comments

Comments
 (0)