From c610ea794125f63ad4a3a8e8e38e85aea47dadaf Mon Sep 17 00:00:00 2001 From: James Truher Date: Wed, 24 Aug 2016 10:45:50 -0700 Subject: [PATCH] Add Set-Date test --- .../Modules/Microsoft.PowerShell.Utility/Set-Date.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/powershell/Modules/Microsoft.PowerShell.Utility/Set-Date.Tests.ps1 b/test/powershell/Modules/Microsoft.PowerShell.Utility/Set-Date.Tests.ps1 index ec58428bf..47eccb785 100644 --- a/test/powershell/Modules/Microsoft.PowerShell.Utility/Set-Date.Tests.ps1 +++ b/test/powershell/Modules/Microsoft.PowerShell.Utility/Set-Date.Tests.ps1 @@ -1,7 +1,7 @@ # first check to see which platform we're on. If we're on windows we should be able # to be sure whether we're running elevated. If we're on Linux, we can use whoami to # determine whether we're elevated -Describe "Set-Date" { +Describe "Set-Date" -Tag "CI" { BeforeAll { if ( $IsWindows ) { $identity = [System.Security.Principal.WindowsIdentity]::GetCurrent()