From 5bc34eb63c7277b4b2b0cccc640be4bd0735d83e Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Mon, 8 Aug 2016 12:11:51 -0700 Subject: [PATCH] Run Trace-Command tests on CI --- .../Microsoft.PowerShell.Utility/Trace-Command.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/powershell/Modules/Microsoft.PowerShell.Utility/Trace-Command.Tests.ps1 b/test/powershell/Modules/Microsoft.PowerShell.Utility/Trace-Command.Tests.ps1 index 6b04c30d1..9c08ece6a 100644 --- a/test/powershell/Modules/Microsoft.PowerShell.Utility/Trace-Command.Tests.ps1 +++ b/test/powershell/Modules/Microsoft.PowerShell.Utility/Trace-Command.Tests.ps1 @@ -1,5 +1,5 @@ # This came from monad/tests/ci/PowerShell/tests/Commands/Cmdlets/pester.utility.command.tests.ps1 -Describe "Trace-Command" -tags "Feature" { +Describe "Trace-Command" -tags "CI" { Context "Listner options" { BeforeAll {