Revert r360204, sys.netipsec.tunnel.empty.v{4,6} are fixed by r360560

PR:		245832
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2020-05-04 11:23:55 +00:00
parent d316504953
commit bbea96df46
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=360626

View File

@ -11,10 +11,6 @@ v4_head()
v4_body()
{
if [ "$(atf_config_get ci false)" = "true" ]; then
atf_skip "https://bugs.freebsd.org/245832"
fi
# Can't use filename "null" for this script: PR 223564
ist_test 4 null ""
}
@ -33,10 +29,6 @@ v6_head()
v6_body()
{
if [ "$(atf_config_get ci false)" = "true" ]; then
atf_skip "https://bugs.freebsd.org/245832"
fi
ist_test 6 null ""
}