Skip to content

Commit

Permalink
Skip flaky tests TestFileWatcher and TestGroup_Go (#41223) (#41228)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Denis <[email protected]>
(cherry picked from commit e9617a7)

Co-authored-by: Tiago Queiroz <[email protected]>
  • Loading branch information
mergify[bot] and belimawr authored Oct 14, 2024
1 parent c01af07 commit be27d76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions filebeat/input/filestream/fswatch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ import (
)

func TestFileWatcher(t *testing.T) {
t.Skip("Flaky test: https://github.com/elastic/beats/issues/41209")
dir := t.TempDir()
paths := []string{filepath.Join(dir, "*.log")}
cfgStr := `
Expand Down
1 change: 1 addition & 0 deletions filebeat/input/filestream/internal/task/group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ func TestNewGroup(t *testing.T) {
}

func TestGroup_Go(t *testing.T) {
t.Skip("Flaky tests: https://github.com/elastic/beats/issues/41218")
t.Run("don't run more than limit goroutines", func(t *testing.T) {
done := make(chan struct{})
defer close(done)
Expand Down

0 comments on commit be27d76

Please sign in to comment.