Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Jul 3, 2024
1 parent 4d67dca commit c082292
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/socket_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ static int s_test_socket_with_bind_to_interface(struct aws_allocator *allocator,
options.type = AWS_SOCKET_STREAM;
options.domain = AWS_SOCKET_IPV6;
if (s_test_socket(allocator, &options, &endpoint_ipv6)) {
/* Skip test if server can't bind to address (e.g. Codebuild's ubuntu runners don't allow IPv6) */
if (aws_last_error() == AWS_IO_SOCKET_INVALID_ADDRESS) {
return AWS_OP_SKIP;
}
Expand Down

0 comments on commit c082292

Please sign in to comment.