diff --git a/test/packetimpact/tests/generic_dgram_socket_send_recv.go b/test/packetimpact/tests/generic_dgram_socket_send_recv.go index e252b1e4d..294242126 100644 --- a/test/packetimpact/tests/generic_dgram_socket_send_recv.go +++ b/test/packetimpact/tests/generic_dgram_socket_send_recv.go @@ -86,6 +86,7 @@ func runAllCombinations(t *testing.T, proto protocolTest) { dut.Net.RemoteIPv6, } { t.Run(fmt.Sprintf("bindTo=%s", bindTo), func(t *testing.T) { + t.Parallel() for _, sendTo := range []net.IP{ net.IPv4bcast, net.IPv4allsys,