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 87ecb7a commit 319dc12Copy full SHA for 319dc12
powershell-adapter/Tests/win_powershellgroup.tests.ps1
@@ -71,7 +71,7 @@ Describe 'WindowsPowerShell adapter resource tests' {
71
$res.results[0].result.actualState.result[0].properties.DestinationPath | Should -Be "$testFile"
72
}
73
74
- It 'Verify that there are no cache rebuids for several sequential executions' {
+ It 'Verify that there are no cache rebuids for several sequential executions' -Skip:(!$IsWindows) {
75
76
# remove cache file
77
$cacheFilePath = Join-Path $env:LocalAppData "dsc\WindowsPSAdapterCache.json"
0 commit comments