| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0c7cbc1 commit ee7356e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ Describe "DSC MOF Compilation" -tags "CI" { | |||
| 10 | 10 | $env:PSMODULEPATH = join-path ([io.path]::GetDirectoryName($powershellexe)) Modules | |
| 11 | 11 | } | |
| 12 | 12 | ||
| 13 | - It "Should be able to compile a MOF from a basic configuration" -Skip:$IsWindows { | ||
| 13 | + It "Should be able to compile a MOF from a basic configuration" -Skip:($IsOSX -or $IsWindows) { | ||
| 14 | 14 | [Scriptblock]::Create(@" | |
| 15 | 15 | configuration DSCTestConfig | |
| 16 | 16 | { | |
@@ -29,7 +29,7 @@ Describe "DSC MOF Compilation" -tags "CI" { | |||
| 29 | 29 | Remove-Item -Force -Recurse -Path DSCTestConfig | |
| 30 | 30 | } | |
| 31 | 31 | ||
| 32 | - It "Should be able to compile a MOF from another basic configuration" -Skip:$IsWindows { | ||
| 32 | + It "Should be able to compile a MOF from another basic configuration" -Skip:($IsOSX -or $IsWindows) { | ||
| 33 | 33 | [Scriptblock]::Create(@" | |
| 34 | 34 | configuration DSCTestConfig | |
| 35 | 35 | { | |
@@ -51,7 +51,7 @@ Describe "DSC MOF Compilation" -tags "CI" { | |||
| 51 | 51 | Remove-Item -Force -Recurse -Path DSCTestConfig | |
| 52 | 52 | } | |
| 53 | 53 | ||
| 54 | - It "Should be able to compile a MOF from a complex configuration" -Skip:$IsWindows { | ||
| 54 | + It "Should be able to compile a MOF from a complex configuration" -Skip:($IsOSX -or $IsWindows) { | ||
| 55 | 55 | [Scriptblock]::Create(@" | |
| 56 | 56 | Configuration WordPressServer{ | |
| 57 | 57 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments