Skip to content

Commit

Permalink
Skip filestream flaky tests (#21490) (#21516)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6fdb4ba)
  • Loading branch information
jsoriano authored Oct 5, 2020
1 parent 9bd21a5 commit 9024ab9
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit 9024ab9

Please sign in to comment.