Skip to content

Commit 0f35a38

Browse files
[macos] disable VS Tests on macos-13 (#8227)
1 parent 48ee94f commit 0f35a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/macos/tests/Common.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Describe "CocoaPods" {
7878
}
7979
}
8080

81-
Describe "VSMac" {
81+
Describe "VSMac" -Skip:($os.IsVentura -or $os.IsVenturaArm64) {
8282
$vsMacVersions = Get-ToolsetValue "xamarin.vsmac.versions"
8383
$defaultVSMacVersion = Get-ToolsetValue "xamarin.vsmac.default"
8484

0 commit comments

Comments
 (0)