Mark ConsoleHost tests as slow

This commit is contained in:
Andrew Schwartzmeyer 2016-05-19 14:28:43 -07:00
parent 995a229e06
commit 1e24e76200

View File

@ -1,6 +1,6 @@
using namespace System.Diagnostics
Describe "ConsoleHost unit tests" {
Describe "ConsoleHost unit tests" -Tag 'Slow' {
$powershell = Join-Path -Path $PsHome -ChildPath "powershell"
Context "CommandLine" {