revert unintended change

chkuech/dsc
Chris Kuech 2020-03-08 21:29:15 -07:00
parent 10cd5cd861
commit 2b26060d7c
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ Describe "New-Requirement" {
}
}
Context "'Dsc' parameter set" {
It "Should not be empty" {
It "Should not be empty" -Skip:$PlatformLacksDscSupport {
$requirement = @{
Describe = "My Dsc Requirement 1"
ResourceName = "File"
@ -58,7 +58,7 @@ Describe "Invoke-Requirement" {
}
}
Context "DSC Requirement" {
It "Should apply the DSC resource" {
It "Should apply the DSC resource" -Skip:$PlatformLacksDscSupport {
$tempFilePath = "$env:TEMP\_dsctest_$(New-Guid).txt"
$content = "Hello world"
$params = @{