Skip to content

Commit

Permalink
Skip Flaky test - packetbeat/route TestDefault (#39700) (#39725)
Browse files Browse the repository at this point in the history
(cherry picked from commit c88280e)

Co-authored-by: Tiago Queiroz <[email protected]>
  • Loading branch information
mergify[bot] and belimawr authored May 24, 2024
1 parent d312fb5 commit f8622fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packetbeat/route/route_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import (
)

func TestDefault(t *testing.T) {
t.Skip("Flaky test: https://github.com/elastic/beats/issues/39698")
for _, family := range []int{syscall.AF_INET, syscall.AF_INET6} {
wantIface, wantIndex, wantErr := defaultRoute(family)
if wantErr != nil && wantErr != ErrNotFound {
Expand Down

0 comments on commit f8622fb

Please sign in to comment.