diff --git a/images/macos/tests/Common.Tests.ps1 b/images/macos/tests/Common.Tests.ps1 index 0aaf45ec..ad1a1987 100644 --- a/images/macos/tests/Common.Tests.ps1 +++ b/images/macos/tests/Common.Tests.ps1 @@ -151,7 +151,7 @@ Describe "CodeQL" -Skip:($os.IsCatalina) { } } -Describe "Colima" { +Describe "Colima" -Skip:($os.IsCatalina) { It "Colima" { "colima version" | Should -ReturnZeroExitCode }