From 8ab349543004a2a1b1ff77590c1283932fb7b706 Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Tue, 9 Mar 2021 15:49:37 -0800 Subject: [PATCH] Add the missing tag in Host Utilities tests --- test/powershell/Host/HostUtilities.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/powershell/Host/HostUtilities.Tests.ps1 b/test/powershell/Host/HostUtilities.Tests.ps1 index a886891080b..b5c65af97e6 100644 --- a/test/powershell/Host/HostUtilities.Tests.ps1 +++ b/test/powershell/Host/HostUtilities.Tests.ps1 @@ -59,7 +59,7 @@ Describe "InvokeOnRunspace method on remote runspace" -tags "Feature","RequireAd } } -Describe 'PromptForCredential' { +Describe 'PromptForCredential' -Tags "CI" { BeforeAll { [System.Management.Automation.Internal.InternalTestHooks]::SetTestHook('NoPromptForPassword', $true) }