Skip to content

Commit

Permalink
Revert r361497, these cases are fixed by r361617.
Browse files Browse the repository at this point in the history
PR:		246737
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
lwhsu committed May 29, 2020
1 parent 1c58c09 commit 4d3aef0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions tests/sys/netipsec/tunnel/aes_cbc_128_hmac_sha1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ v4_head()

v4_body()
{
if [ "$(atf_config_get ci false)" = "true" ]; then
atf_skip "https://bugs.freebsd.org/246737"
fi

# Unload AESNI module if loaded
kldstat -q -n aesni && kldunload aesni

Expand Down
4 changes: 0 additions & 4 deletions tests/sys/netipsec/tunnel/aes_cbc_256_hmac_sha2_256.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ v4_head()

v4_body()
{
if [ "$(atf_config_get ci false)" = "true" ]; then
atf_skip "https://bugs.freebsd.org/246737"
fi

# load AESNI module if not already
kldstat -q -n aesni || kldload aesni

Expand Down
4 changes: 0 additions & 4 deletions tests/sys/netipsec/tunnel/aesni_aes_cbc_128_hmac_sha1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ v4_head()

v4_body()
{
if [ "$(atf_config_get ci false)" = "true" ]; then
atf_skip "https://bugs.freebsd.org/246737"
fi

# load AESNI module if not already
kldstat -q -n aesni || kldload aesni

Expand Down
4 changes: 0 additions & 4 deletions tests/sys/netipsec/tunnel/aesni_aes_cbc_256_hmac_sha2_256.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ v4_head()

v4_body()
{
if [ "$(atf_config_get ci false)" = "true" ]; then
atf_skip "https://bugs.freebsd.org/246737"
fi

# Unload AESNI module if loaded
kldstat -q -n aesni && kldunload aesni

Expand Down

0 comments on commit 4d3aef0

Please sign in to comment.