From 2ebc6b71c95518335aafff2f8d520b17310bfae7 Mon Sep 17 00:00:00 2001 From: bogdan-damian-bgd <108331162+bogdan-damian-bgd@users.noreply.github.com> Date: Fri, 30 Sep 2022 06:47:42 +0200 Subject: [PATCH] Exclude Colima from tests for macOS 10.15 (#6325) --- images/macos/tests/Common.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }