Revert r361237, it's fixed by r361231

PR:		246560
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2020-05-19 07:16:09 +00:00
parent ac65add052
commit 6c9dbd8b13
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361241

View file

@ -188,9 +188,6 @@ ATF_TC_BODY(basic_ipv6, tc)
int error, sds[16];
uint16_t port;
if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
atf_tc_skip("https://bugs.freebsd.org/246560");
sds[0] = lb_listen_socket(PF_INET6, SOCK_NONBLOCK);
memset(&addr, 0, sizeof(addr));