Add vagrant to macOS-12 (#5854)

This commit is contained in:
Mikhail Timofeev
2022-07-04 14:35:52 +04:00
committed by GitHub
parent d5815d8d53
commit d0d2b9239f
3 changed files with 3 additions and 2 deletions

View File

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