Skip to content

Commit 7b0a3cb

Browse files
committed
Forgot skip
1 parent 23b4d92 commit 7b0a3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powershell-adapter/Tests/win_powershellgroup.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ resources:
213213
$out.results[0].result.inDesiredState | Should -Be $inDesiredState
214214
}
215215

216-
It 'Config works with credential object' {
216+
It 'Config works with credential object' -Skip:(!$IsWindows) {
217217
BeforeAll {
218218
$script:winPSModule = Resolve-Path -Path (Join-Path $PSScriptRoot '..' 'powershell-adapter' 'psDscAdapter' 'win_psDscAdapter.psm1') | Select-Object -ExpandProperty Path
219219
Import-Module $winPSModule -Force -ErrorAction Stop

0 commit comments

Comments
 (0)