mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Clear expected failures for aesni_aes_gcm tests
These tests were fixed by r335584 PR: 228094 PR: 201447 MFC after: 2 weeks X-MFC-With: 335584
This commit is contained in:
parent
a422353ed4
commit
85e089fe36
2 changed files with 0 additions and 2 deletions
|
|
@ -34,7 +34,6 @@ v6_body()
|
|||
# load AESNI module if not already
|
||||
kldstat -q -n aesni || kldload aesni
|
||||
|
||||
atf_expect_fail "PR 201447"
|
||||
ist_test 6 aes-gcm-16 "12345678901234567890"
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@ v6_body()
|
|||
# load AESNI module if not already
|
||||
kldstat -q -n aesni || kldload aesni
|
||||
|
||||
atf_expect_fail "PR 201447"
|
||||
ist_test 6 aes-gcm-16 "123456789012345678901234567890123456"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue