From 3c9d8a82aaa5f23fcf5716f798cbee7ec5787418 Mon Sep 17 00:00:00 2001 From: James Truher Date: Fri, 9 Sep 2016 12:34:10 -0700 Subject: [PATCH] changing Package tests tags to Feature, as they go off box and should not be CI --- test/powershell/Modules/PowerShellGet/PowerShellGet.Tests.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/powershell/Modules/PowerShellGet/PowerShellGet.Tests.ps1 b/test/powershell/Modules/PowerShellGet/PowerShellGet.Tests.ps1 index f59ae1c9a..df6fd24fe 100644 --- a/test/powershell/Modules/PowerShellGet/PowerShellGet.Tests.ps1 +++ b/test/powershell/Modules/PowerShellGet/PowerShellGet.Tests.ps1 @@ -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