We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3917557 commit cdc43adCopy full SHA for cdc43ad
lib/kernel/test/socket_SUITE.erl
@@ -8085,7 +8085,7 @@ sc_rc_recv_response_tcpL(_Config) when is_list(_Config) ->
8085
sc_rc_recv_response_tcpV(_Config) when is_list(_Config) ->
8086
?TT(?SECS(30)),
8087
tc_try(?FUNCTION_NAME,
8088
- fun() -> has_support_unix_domain_socket() end,
+ fun() -> has_support_vsock() end,
8089
fun() ->
8090
Recv = fun(Sock) -> socket:recv(Sock) end,
8091
InitState = #{domain => vsock,
0 commit comments