exclude vagrant

This commit is contained in:
Aleksandr Chebotov
2020-09-22 12:30:15 +03:00
parent d0524e9381
commit 907a61cd2f
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ Describe "Common utilities" {
"vboxmanage -v" | Should -ReturnZeroExitCode
}
It "vagrant" {
It "vagrant" -Skip:($os.IsBigSur) {
"vagrant --version" | Should -ReturnZeroExitCode
}