We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7716397 commit 6fdb4baCopy full SHA for 6fdb4ba
filebeat/input/filestream/fswatch_test.go
@@ -38,6 +38,8 @@ var (
38
)
39
40
func TestFileScanner(t *testing.T) {
41
+ t.Skip("Flaky test: https://github.com/elastic/beats/issues/21489")
42
+
43
testCases := map[string]struct {
44
paths []string
45
excludedFiles []match.Matcher
@@ -132,6 +134,8 @@ func checkIfSameContents(one, other []string) bool {
132
134
}
133
135
136
func TestFileWatchNewDeleteModified(t *testing.T) {
137
138
139
oldTs := time.Now()
140
newTs := oldTs.Add(5 * time.Second)
141
0 commit comments