diff --git a/unix/syscall_internal_linux_test.go b/unix/syscall_internal_linux_test.go index 3007323e..6b61761c 100644 --- a/unix/syscall_internal_linux_test.go +++ b/unix/syscall_internal_linux_test.go @@ -594,13 +594,6 @@ func TestSockaddrCAN_sockaddr(t *testing.T) { }, err: EINVAL, }, - { - name: "ifindex to big", - sa: &SockaddrCAN{ - Ifindex: 0x80000000, - }, - err: EINVAL, - }, } for _, tt := range tests {