Enable Java tests since Java switching was fixed in MacOS 11.0 beta 9

This commit is contained in:
Maxim Lobanov
2020-10-01 17:53:12 +03:00
parent 28a8724352
commit 0dfb1b07dd
3 changed files with 5 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ function Get-NativeVersionFormat {
return $Version
}
Describe "Java" -Skip:($os.IsBigSur) {
Describe "Java" {
BeforeAll {
function Validate-JavaVersion {
param($JavaCommand, $ExpectedVersion)