Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed tests 2
  • Loading branch information
Andrew committed Apr 2, 2024
commit c4efe50ffbc99560c5cd8316e2e9547a51937576
2 changes: 1 addition & 1 deletion dsc/tests/dsc_args.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ resources:
$LASTEXITCODE | Should -Be 0
}

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