Skip to content

Commit

Permalink
Skip flaky tests (#3458)
Browse files Browse the repository at this point in the history
Prevent random test failures during CI with the error message:

listen udp 127.0.0.1:62112: bind: An attempt was made to access a socket in a way forbidden by its access permissions.

Re-running tests fixes it but testing on Linux is enough anyway for these tests.
  • Loading branch information
raphael committed Jan 23, 2024
1 parent 5d77ab3 commit 5e11aa3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grpc/middleware/xray/middleware_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build !windows

package xray

import (
Expand Down
2 changes: 2 additions & 0 deletions grpc/middleware/xray/segment_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build !windows

package xray

import (
Expand Down

0 comments on commit 5e11aa3

Please sign in to comment.