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()