[macos] remove GraalVM (#7398)

This commit is contained in:
Shamil Mubarakshin
2023-04-06 18:29:02 +02:00
committed by GitHub
parent 07662e65ba
commit a2308e8518
9 changed files with 1 additions and 48 deletions

View File

@@ -123,16 +123,6 @@ Describe "Go" {
}
}
Describe "GraalVM" {
It "graalvm" {
'$GRAALVM_11_ROOT/java -version' | Should -ReturnZeroExitCode
}
It "native-image" {
'$GRAALVM_11_ROOT/native-image --version' | Should -ReturnZeroExitCode
}
}
Describe "VirtualBox" -Skip:($os.IsBigSur) {
It "Check kext kernel modules" {
kextstat | Out-String | Should -Match "org.virtualbox.kext"