File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Describe 'PowerShell adapter resource tests' {
23
23
($resources | ? {$_.Type -eq ' PSTestModule/TestPSRepository' }).Count | Should - Be 1
24
24
}
25
25
26
- <# It 'Windows PowerShell adapter supports File resource' -Skip:(!$IsWindows){
26
+ It ' Windows PowerShell adapter supports File resource' - Skip:(! $IsWindows ){
27
27
28
28
$r = dsc resource list -- adapter Microsoft.Windows/ WindowsPowerShell
29
29
$LASTEXITCODE | Should - Be 0
@@ -49,7 +49,7 @@ Describe 'PowerShell adapter resource tests' {
49
49
$LASTEXITCODE | Should - Be 0
50
50
$res = $r | ConvertFrom-Json
51
51
$res.actualState.result.properties.result | Should - Be ' test'
52
- }#>
52
+ }
53
53
54
54
It ' Get works on class-based resource' - Skip:(! $IsWindows ){
55
55
You can’t perform that action at this time.
0 commit comments