Update Skip bug 777 for New-Alias Pester unit test

This commit is contained in:
JumpingYang001 2016-04-06 19:57:05 -07:00
parent a3ed623c64
commit c4421eaa30

View file

@ -1,5 +1,5 @@
Describe "New-Alias DRT Unit Tests" -Tags DRT{
It "New-Alias Constant should throw SessionStateException"{
It "New-Alias Constant should throw SessionStateException skip now as bug#777" -Skip:$true{
try {
New-Alias -Name "ABCD" -Value "foo" -Option "Constant" -Force:$true
New-Alias -Name "ABCD" -Value "foo" -Force:$true