[macos] remove vagrant from macos 13 (#8283)

This commit is contained in:
Alexey-Ayupov
2023-09-14 15:04:30 +02:00
committed by GitHub
parent 462858ccf9
commit 32d213064f
3 changed files with 4 additions and 7 deletions

View File

@@ -139,7 +139,7 @@ Describe "wget" {
}
}
Describe "vagrant" -Skip:($os.IsBigSur) {
Describe "vagrant" -Skip:($os.IsBigSur -or $os.IsVentura -or $os.IsVenturaArm64) {
It "vagrant" {
"vagrant --version" | Should -ReturnZeroExitCode
}