Add RequireAdminOnWindows tag for install-package tests (#2390)

Add the tag RequireAdminOnWindows tags so that these tests do not fail on
daily builds.
This commit is contained in:
Aditya Patwardhan 2016-09-29 18:13:33 -07:00 committed by Sergei Vorobev
parent 374e1d1b21
commit 877c193af0

View file

@ -819,7 +819,7 @@ Describe "install-package with Whatif" -Tags "Feature" {
}
}
Describe "install-package with Scope" -tags "Feature" {
Describe "install-package with Scope" -tags @('Feature', 'RequireAdminOnWindows') {
it "EXPECTED Success: Get and Install-Package without Scope without destination" {