diff --git a/test/powershell/Modules/Microsoft.WSMan.Management/ConfigProvider.Tests.ps1 b/test/powershell/Modules/Microsoft.WSMan.Management/ConfigProvider.Tests.ps1 index 208aa7b2966..bd227477714 100644 --- a/test/powershell/Modules/Microsoft.WSMan.Management/ConfigProvider.Tests.ps1 +++ b/test/powershell/Modules/Microsoft.WSMan.Management/ConfigProvider.Tests.ps1 @@ -187,6 +187,7 @@ Describe "WSMan Config Provider" -Tag Feature,RequireAdminOnWindows { It "Set-Item on password without user on plugin should fail for " -TestCases @( #[SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="Demo/doc/test secret.")] @{password=(ConvertTo-SecureString "My voice is my passport, verify me" -AsPlainText -Force)}, + #[SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="Demo/doc/test secret.")] @{password="hello"} ) { param($password)