[ubuntu] remove GraalVM (#7399)

This commit is contained in:
Shamil Mubarakshin
2023-04-06 15:41:26 +02:00
committed by GitHub
parent 46f5d5470a
commit bc834aa083
6 changed files with 0 additions and 55 deletions

View File

@@ -331,16 +331,6 @@ Describe "Phantomjs" -Skip:(Test-IsUbuntu22) {
}
}
Describe "GraalVM" {
It "graalvm" {
'$GRAALVM_11_ROOT/bin/java -version' | Should -ReturnZeroExitCode
}
It "native-image" {
'$GRAALVM_11_ROOT/bin/native-image --version' | Should -ReturnZeroExitCode
}
}
Describe "Containers" {
$testCases = @("podman", "buildah", "skopeo") | ForEach-Object { @{ContainerCommand = $_} }