8000 Add the missing tag in Host Utilities tests (#14983) · PowerShell/PowerShell@e33a3c7 · GitHub
[go: up one dir, main page]

Skip to conten 8000 t

Commit e33a3c7

Browse files
Add the missing tag in Host Utilities tests (#14983)
1 parent e118f7e commit e33a3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/powershell/Host/HostUtilities.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Describe "InvokeOnRunspace method on remote runspace" -tags "Feature","RequireAd
5959
}
6060
}
6161

62-
Describe 'PromptForCredential' {
62+
Describe 'PromptForCredential' -Tags "CI" {
6363
BeforeAll {
6464
[System.Management.Automation.Internal.InternalTestHooks]::SetTestHook('NoPromptForPassword', $true)
6565
}

0 commit comments

Comments
 (0)
0