8000 Disable a failing test case in AppVeyor daily run (#4806) · PowerShell/PowerShell@0dc575d · GitHub
[go: up one dir, main page]

Skip to content

Commit 0dc575d

Browse files
authored
Disable a failing test case in AppVeyor daily run (#4806)
1 parent db33d90 commit 0dc575d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/powershell/Modules/Microsoft.PowerShell.Management/Set-Service.Tests.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ Describe "Set/New-Service cmdlet tests" -Tags "Feature", "RequireAdminOnWindows"
163163
[System.Management.Automation.PSCredential]::new("username",
164164
(ConvertTo-SecureString "PlainTextPassword" -AsPlainText -Force)))
165165
},
166-
@{name = 'badstarttype'; parameter = "StartupType"; value = "System"},
166+
# This test case fails due to #4803. Disabled for now.
167+
# @{name = 'badstarttype'; parameter = "StartupType"; value = "System"},
167168
@{name = 'winmgmt' ; parameter = "DisplayName"; value = "foo"}
168169
) {
169170
param($name, $parameter, $value)

0 commit comments

Comments
 (0)
0