Skip to content

Commit 319dc12

Browse files
author
Andrew
committed
Added tests 2
1 parent 87ecb7a commit 319dc12

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
@@ -71,7 +71,7 @@ Describe 'WindowsPowerShell adapter resource tests' {
7171
$res.results[0].result.actualState.result[0].properties.DestinationPath | Should -Be "$testFile"
7272
}
7373

74-
It 'Verify that there are no cache rebuids for several sequential executions' {
74+
It 'Verify that there are no cache rebuids for several sequential executions' -Skip:(!$IsWindows) {
7575

7676
# remove cache file
7777
$cacheFilePath = Join-Path $env:LocalAppData "dsc\WindowsPSAdapterCache.json"

0 commit comments

Comments
 (0)