[macOS] Remove xctool formula installation (#6128)

This commit is contained in:
Mikhail Koliada
2022-08-22 19:03:47 +02:00
committed by GitHub
parent c08d333386
commit 38a1faf55d
3 changed files with 0 additions and 14 deletions

View File

@@ -150,12 +150,6 @@ Describe "virtualbox" -Skip:($os.IsBigSur) {
}
}
Describe "xctool" -Skip:($os.IsHigherThanCatalina) {
It "xctool" {
"xctool --version" | Should -ReturnZeroExitCode
}
}
Describe "R" {
It "R" {
"R --version" | Should -ReturnZeroExitCode