We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ee94f commit 0f35a38Copy full SHA for 0f35a38
images/macos/tests/Common.Tests.ps1
@@ -78,7 +78,7 @@ Describe "CocoaPods" {
78
}
79
80
81
-Describe "VSMac" {
+Describe "VSMac" -Skip:($os.IsVentura -or $os.IsVenturaArm64) {
82
$vsMacVersions = Get-ToolsetValue "xamarin.vsmac.versions"
83
$defaultVSMacVersion = Get-ToolsetValue "xamarin.vsmac.default"
84
0 commit comments