Skip to content

Commit

Permalink
Skip filestream flaky tests (elastic#21490)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano authored Oct 5, 2020
1 parent 7716397 commit 6fdb4ba
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 6fdb4ba

Please sign in to comment.