changing Package tests tags to Feature, as they go off box and should not be CI

This commit is contained in:
James Truher 2016-09-09 12:34:10 -07:00
parent 4ca0d68c37
commit 3c9d8a82aa

View file

@ -76,7 +76,7 @@ else
#endregion
Describe "PowerShellGet - Module tests" -tags "CI" {
Describe "PowerShellGet - Module tests" -tags "Feature" {
BeforeEach {
Get-InstalledModule -Name $ContosoServer -AllVersions -ErrorAction SilentlyContinue | Uninstall-Module -Force
@ -119,7 +119,7 @@ Describe "PowerShellGet - Module tests" -tags "CI" {
}
}
Describe "PowerShellGet - Script tests" -tags "CI" {
Describe "PowerShellGet - Script tests" -tags "Feature" {
BeforeEach {
Get-InstalledScript -Name $FabrikamServerScript -ErrorAction SilentlyContinue | Uninstall-Script -Force