Skip to content

Commit 74f24b0

Browse files
committed
remove graceful close
1 parent 23f907b commit 74f24b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/network/tracer/tracer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@ func (s *TracerSuite) TestTCPEstablished() {
11241124
assert.Equal(t, uint16(1), conn.Last.TCPEstablished)
11251125
assert.Equal(t, uint16(0), conn.Last.TCPClosed)
11261126

1127-
testutil.GracefulCloseTCP(c)
1127+
c.Close()
11281128

11291129
// Wait for the connection to be sent from the perf buffer
11301130
require.EventuallyWithT(t, func(collect *assert.CollectT) {

0 commit comments

Comments
 (0)