From 0f35a386c1af2df258fe087a40a3287d6c418760 Mon Sep 17 00:00:00 2001 From: ilia-shipitsin <125650415+ilia-shipitsin@users.noreply.github.com> Date: Tue, 5 Sep 2023 10:19:03 +0200 Subject: [PATCH] [macos] disable VS Tests on macos-13 (#8227) --- 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 a58a0561..1ac30ee4 100644 --- a/images/macos/tests/Common.Tests.ps1 +++ b/images/macos/tests/Common.Tests.ps1 @@ -78,7 +78,7 @@ Describe "CocoaPods" { } } -Describe "VSMac" { +Describe "VSMac" -Skip:($os.IsVentura -or $os.IsVenturaArm64) { $vsMacVersions = Get-ToolsetValue "xamarin.vsmac.versions" $defaultVSMacVersion = Get-ToolsetValue "xamarin.vsmac.default"