Exclude Colima from tests for macOS 10.15 (#6325)
This commit is contained in:
@@ -151,7 +151,7 @@ Describe "CodeQL" -Skip:($os.IsCatalina) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Describe "Colima" {
|
Describe "Colima" -Skip:($os.IsCatalina) {
|
||||||
It "Colima" {
|
It "Colima" {
|
||||||
"colima version" | Should -ReturnZeroExitCode
|
"colima version" | Should -ReturnZeroExitCode
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user