Disable a failing test case in AppVeyor daily run (#4806)

This commit is contained in:
Dongbo Wang 2017-09-11 10:54:57 -07:00 committed by GitHub
parent db33d90479
commit 0dc575dbf6

View file

@ -163,7 +163,8 @@ Describe "Set/New-Service cmdlet tests" -Tags "Feature", "RequireAdminOnWindows"
[System.Management.Automation.PSCredential]::new("username",
(ConvertTo-SecureString "PlainTextPassword" -AsPlainText -Force)))
},
@{name = 'badstarttype'; parameter = "StartupType"; value = "System"},
# This test case fails due to #4803. Disabled for now.
# @{name = 'badstarttype'; parameter = "StartupType"; value = "System"},
@{name = 'winmgmt' ; parameter = "DisplayName"; value = "foo"}
) {
param($name, $parameter, $value)