We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b4d92 commit 7b0a3cbCopy full SHA for 7b0a3cb
powershell-adapter/Tests/win_powershellgroup.tests.ps1
@@ -213,7 +213,7 @@ resources:
213
$out.results[0].result.inDesiredState | Should -Be $inDesiredState
214
}
215
216
- It 'Config works with credential object' {
+ It 'Config works with credential object' -Skip:(!$IsWindows) {
217
BeforeAll {
218
$script:winPSModule = Resolve-Path -Path (Join-Path $PSScriptRoot '..' 'powershell-adapter' 'psDscAdapter' 'win_psDscAdapter.psm1') | Select-Object -ExpandProperty Path
219
Import-Module $winPSModule -Force -ErrorAction Stop
0 commit comments