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 dae60b9 commit ff438dfCopy full SHA for ff438df
dsc/tests/dsc_args.tests.ps1
@@ -180,7 +180,7 @@ resources:
180
$LASTEXITCODE | Should -Be 0
181
}
182
183
- It 'resource tracing shows up' {
+ It 'resource tracing shows up' -Skip:(!$IsWindows) {
184
# Assumption here is that DSC/PowerShellGroup provider is visible
185
dsc -l trace resource list * *PowerShell* 2> $TestDrive/tracing.txt
186
"$TestDrive/tracing.txt" | Should -FileContentMatchExactly 'PSModulePath'
0 commit comments