Skip to content

Commit ff438df

Browse files
author
Andrew
committed
Fixed tests 2
1 parent dae60b9 commit ff438df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/tests/dsc_args.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ resources:
180180
$LASTEXITCODE | Should -Be 0
181181
}
182182

183-
It 'resource tracing shows up' {
183+
It 'resource tracing shows up' -Skip:(!$IsWindows) {
184184
# Assumption here is that DSC/PowerShellGroup provider is visible
185185
dsc -l trace resource list * *PowerShell* 2> $TestDrive/tracing.txt
186186
"$TestDrive/tracing.txt" | Should -FileContentMatchExactly 'PSModulePath'

0 commit comments

Comments
 (0)