Skip to content

Commit 6fdb4ba

Browse files
authored
Skip filestream flaky tests (#21490)
1 parent 7716397 commit 6fdb4ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

filebeat/input/filestream/fswatch_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ var (
3838
)
3939

4040
func TestFileScanner(t *testing.T) {
41+
t.Skip("Flaky test: https://github.com/elastic/beats/issues/21489")
42+
4143
testCases := map[string]struct {
4244
paths []string
4345
excludedFiles []match.Matcher
@@ -132,6 +134,8 @@ func checkIfSameContents(one, other []string) bool {
132134
}
133135

134136
func TestFileWatchNewDeleteModified(t *testing.T) {
137+
t.Skip("Flaky test: https://github.com/elastic/beats/issues/21489")
138+
135139
oldTs := time.Now()
136140
newTs := oldTs.Add(5 * time.Second)
137141
testCases := map[string]struct {

0 commit comments

Comments
 (0)