We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89cff5b commit 6a6a562Copy full SHA for 6a6a562
test/configuration.Tests.ps1
@@ -12,8 +12,8 @@ Describe "DSC MOF Compilation" -tags "CI" {
12
}
13
14
It "Should be able to compile a MOF using PSModule resource" {
15
- if ($IsLinux) {
16
- Set-ItResult -Pending -Because "https://github.com/PowerShell/PowerShellGet/pull/529"
+ if ($PSEdition -eq 'Core') {
+ Set-ItResult -Pending -Because "DSC MOF compilation requires Windows PowerShell"
17
18
19
Write-Verbose "DSC_HOME: ${env:DSC_HOME}" -verbose
0 commit comments