We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd6727 commit 2cf5165Copy full SHA for 2cf5165
config/confignet/npipe_windows_test.go
@@ -12,9 +12,11 @@ import (
12
13
"github.com/stretchr/testify/assert"
14
"github.com/stretchr/testify/require"
15
+ "go.uber.org/goleak"
16
)
17
18
func TestNpipeListenAndDial(t *testing.T) {
19
+ goleak.IgnoreAnyFunction("github.com/microsoft/winio.initIO")
20
endpoint := `\\.\pipe\otel-test-confignet`
21
nas := &AddrConfig{
22
Endpoint: endpoint,
0 commit comments