Make DocumentEncryptionCert test pending (#3854)
This commit is contained in:
parent
a02d129cc4
commit
684e06eb11
@ -312,7 +312,8 @@ Describe "CmsMessage cmdlets thorough tests" -Tags "Feature" {
|
||||
$processed.Message | Should Be $expected
|
||||
}
|
||||
|
||||
It "Verify -DocumentEncryptionCert parameter works" {
|
||||
# Pending due to #3847
|
||||
It "Verify -DocumentEncryptionCert parameter works" -Pending {
|
||||
$foundCerts = Get-ChildItem Cert:\CurrentUser -Recurse -DocumentEncryptionCert
|
||||
|
||||
# Validate they all match the EKU
|
||||
|
Loading…
Reference in New Issue
Block a user