Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions filebeat/input/filestream/fswatch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ var (
)

func TestFileScanner(t *testing.T) {
t.Skip("Flaky test: https://github.com/elastic/beats/issues/21489")

testCases := map[string]struct {
paths []string
excludedFiles []match.Matcher
Expand Down Expand Up @@ -132,6 +134,8 @@ func checkIfSameContents(one, other []string) bool {
}

func TestFileWatchNewDeleteModified(t *testing.T) {
t.Skip("Flaky test: https://github.com/elastic/beats/issues/21489")

oldTs := time.Now()
newTs := oldTs.Add(5 * time.Second)
testCases := map[string]struct {
Expand Down