diff --git a/test/powershell/Language/Scripting/I18n.Tests.ps1 b/test/powershell/Language/Scripting/I18n.Tests.ps1 index 46e9cd808..a69f8eb1c 100644 --- a/test/powershell/Language/Scripting/I18n.Tests.ps1 +++ b/test/powershell/Language/Scripting/I18n.Tests.ps1 @@ -1,10 +1,3 @@ -#This works only for en-US or fr-FR -if ($PSUICulture -ne 'en-US' -and $PSUICulture -ne 'fr-FR') -{ - return -} - - Describe 'Testing of script internationalization' -Tags "CI" { BeforeAll {