Skip to content

Commit 85dbd62

Browse files
author
Andrew
committed
Updated tests
1 parent db8daa9 commit 85dbd62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,10 @@ Describe 'PowerShell adapter resource tests' {
270270
}
271271
}
272272

273-
It 'Dsc can process large resource output' -Tag z1{
273+
It 'Dsc can process large resource output' {
274274
$env:TestClassResourceResultCount = 5000 # with sync resource invocations this was not possible
275275

276+
dsc resource list -a Microsoft.DSC/PowerShell | Out-Null
276277
$r = dsc resource export -r TestClassResource/TestClassResource
277278
$LASTEXITCODE | Should -Be 0
278279
$res = $r | ConvertFrom-Json

0 commit comments

Comments
 (0)