Skip to content

Commit

Permalink
Skip Flaky test - packetbeat/route TestDefault
Browse files Browse the repository at this point in the history
  • Loading branch information
belimawr committed May 23, 2024
1 parent 43d5dd4 commit 55e7429
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 55e7429

Please sign in to comment.