We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db8daa9 commit 85dbd62Copy full SHA for 85dbd62
powershell-adapter/Tests/powershellgroup.resource.tests.ps1
@@ -270,9 +270,10 @@ Describe 'PowerShell adapter resource tests' {
270
}
271
272
273
- It 'Dsc can process large resource output' -Tag z1{
+ It 'Dsc can process large resource output' {
274
$env:TestClassResourceResultCount = 5000 # with sync resource invocations this was not possible
275
276
+ dsc resource list -a Microsoft.DSC/PowerShell | Out-Null
277
$r = dsc resource export -r TestClassResource/TestClassResource
278
$LASTEXITCODE | Should -Be 0
279
$res = $r | ConvertFrom-Json
0 commit comments