diff --git a/test/powershell/engine/HelpSystem.Tests.ps1 b/test/powershell/engine/HelpSystem.Tests.ps1 index 28446399f..d0fd70f75 100644 --- a/test/powershell/engine/HelpSystem.Tests.ps1 +++ b/test/powershell/engine/HelpSystem.Tests.ps1 @@ -44,6 +44,5 @@ Describe "Validate that get-help works" -Tags "CI" { Describe "Validate Get-Help for all cmdlets in 'Microsoft.PowerShell.Core'" -Tags "Feature" { - RunTestCase - + RunTestCase -tag "Feature" }