Fix a test issue that causes tests to be skipped in Travis CI run (#4891)

This commit is contained in:
Dongbo Wang 2017-09-21 11:54:48 -07:00 committed by GitHub
parent 93dc591025
commit c9cf843302

View file

@ -113,7 +113,7 @@ if ($IsWindows)
try
{
$defaultParamValues = $PSDefaultParameterValues
$defaultParamValues = $PSDefaultParameterValues.Clone()
$PSDefaultParameterValues["it:Skip"] = !$IsWindows
Describe "Built-ins work within constrained language" -Tags 'Feature','RequireAdminOnWindows' {