[Feature] Fix two tests

This commit is contained in:
Dongbo Wang 2018-07-06 11:42:50 -07:00
parent d2e9151fff
commit bc8abf8efa
2 changed files with 4 additions and 3 deletions

View file

@ -390,11 +390,11 @@ Describe "Type accelerators" -Tags "CI" {
if ( !$IsWindows )
{
$totalAccelerators = 91
$totalAccelerators = 94
}
else
{
$totalAccelerators = 96
$totalAccelerators = 99
$extraFullPSAcceleratorTestCases = @(
@{

View file

@ -10,7 +10,8 @@ $script:cmdletsToSkip = @(
"New-PSRoleCapabilityFile",
"Get-PSSessionCapability",
"Disable-PSRemoting", # Content not available: Issue # https://github.com/PowerShell/PowerShell-Docs/issues/1790
"Enable-PSRemoting"
"Enable-PSRemoting",
"Get-ExperimentalFeature"
)
function UpdateHelpFromLocalContentPath {