Skip to content

Commit f8e8323

Browse files
committed
Test the test
1 parent 6b2062c commit f8e8323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powershell-adapter/Tests/powershellgroup.config.tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Describe 'PowerShell adapter resource tests' {
252252
"@
253253
$out = dsc config get -i $yaml | ConvertFrom-Json
254254
$LASTEXITCODE | Should -Be 0
255-
$out.results[0].result.actualState.result[0].properties.Credential.UserName | Should -Be 'User'
256-
$out.results[0].result.actualState.result[0].properties.Credential.Password | Should -BeNullOrEmpty
255+
# $out.results[0].result.actualState.result[0].properties.Credential.UserName | Should -Be 'User'
256+
# $out.results[0].result.actualState.result[0].properties.Credential.Password | Should -BeNullOrEmpty
257257
}
258258
}

0 commit comments

Comments
 (0)