Skip to content

Commit 7397a7f

Browse files
author
Andrew
committed
re-enabled WinPS resource
1 parent 6f1aaf4 commit 7397a7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powershell-adapter/Tests/powershellgroup.resource.tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Describe 'PowerShell adapter resource tests' {
2323
($resources | ? {$_.Type -eq 'PSTestModule/TestPSRepository'}).Count | Should -Be 1
2424
}
2525

26-
<#It 'Windows PowerShell adapter supports File resource' -Skip:(!$IsWindows){
26+
It 'Windows PowerShell adapter supports File resource' -Skip:(!$IsWindows){
2727

2828
$r = dsc resource list --adapter Microsoft.Windows/WindowsPowerShell
2929
$LASTEXITCODE | Should -Be 0
@@ -49,7 +49,7 @@ Describe 'PowerShell adapter resource tests' {
4949
$LASTEXITCODE | Should -Be 0
5050
$res = $r | ConvertFrom-Json
5151
$res.actualState.result.properties.result | Should -Be 'test'
52-
}#>
52+
}
5353

5454
It 'Get works on class-based resource' -Skip:(!$IsWindows){
5555

0 commit comments

Comments
 (0)