diff --git a/tests/sys/netipsec/tunnel/aes_cbc_128_hmac_sha1.sh b/tests/sys/netipsec/tunnel/aes_cbc_128_hmac_sha1.sh index 076f8464e4c0..742dfc63e1ba 100755 --- a/tests/sys/netipsec/tunnel/aes_cbc_128_hmac_sha1.sh +++ b/tests/sys/netipsec/tunnel/aes_cbc_128_hmac_sha1.sh @@ -11,6 +11,10 @@ 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 diff --git a/tests/sys/netipsec/tunnel/aes_cbc_256_hmac_sha2_256.sh b/tests/sys/netipsec/tunnel/aes_cbc_256_hmac_sha2_256.sh index c48791543ad4..00422e23bec5 100755 --- a/tests/sys/netipsec/tunnel/aes_cbc_256_hmac_sha2_256.sh +++ b/tests/sys/netipsec/tunnel/aes_cbc_256_hmac_sha2_256.sh @@ -11,6 +11,10 @@ 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 diff --git a/tests/sys/netipsec/tunnel/aesni_aes_cbc_128_hmac_sha1.sh b/tests/sys/netipsec/tunnel/aesni_aes_cbc_128_hmac_sha1.sh index 9441abe39736..99308ec3759f 100755 --- a/tests/sys/netipsec/tunnel/aesni_aes_cbc_128_hmac_sha1.sh +++ b/tests/sys/netipsec/tunnel/aesni_aes_cbc_128_hmac_sha1.sh @@ -11,6 +11,10 @@ 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 diff --git a/tests/sys/netipsec/tunnel/aesni_aes_cbc_256_hmac_sha2_256.sh b/tests/sys/netipsec/tunnel/aesni_aes_cbc_256_hmac_sha2_256.sh index 2d34e9307753..69cc11c2a1e1 100755 --- a/tests/sys/netipsec/tunnel/aesni_aes_cbc_256_hmac_sha2_256.sh +++ b/tests/sys/netipsec/tunnel/aesni_aes_cbc_256_hmac_sha2_256.sh @@ -11,6 +11,10 @@ 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