Skip to content

Commit 2cf5165

Browse files
committed
Ignore initIO
1 parent 2dd6727 commit 2cf5165

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/confignet/npipe_windows_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ import (
1212

1313
"github.com/stretchr/testify/assert"
1414
"github.com/stretchr/testify/require"
15+
"go.uber.org/goleak"
1516
)
1617

1718
func TestNpipeListenAndDial(t *testing.T) {
19+
goleak.IgnoreAnyFunction("github.com/microsoft/winio.initIO")
1820
endpoint := `\\.\pipe\otel-test-confignet`
1921
nas := &AddrConfig{
2022
Endpoint: endpoint,

0 commit comments

Comments
 (0)