Skip to content

Commit 9863d03

Browse files
committed
Remove osx test cases since the dedup is mobile-only
1 parent 8d6f002 commit 9863d03

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/dotnet/UnitTests/ProjectTest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1932,8 +1932,6 @@ bool FindAssembly (string path, string dllName)
19321932
[Test]
19331933
[TestCase (ApplePlatform.iOS, "ios-arm64;", "-all,System.Private.CoreLib")]
19341934
[TestCase (ApplePlatform.iOS, "ios-arm64;", "all,-System.Private.CoreLib")]
1935-
[TestCase (ApplePlatform.MacOSX, "osx-arm64;osx-x64", "-all,System.Private.CoreLib")]
1936-
[TestCase (ApplePlatform.MacOSX, "osx-arm64;osx-x64", "all,-System.Private.CoreLib")]
19371935
[TestCase (ApplePlatform.MacCatalyst, "maccatalyst-arm64;maccatalyst-x64", "-all,System.Private.CoreLib")]
19381936
[TestCase (ApplePlatform.MacCatalyst, "maccatalyst-arm64;maccatalyst-x64", "all,-System.Private.CoreLib")]
19391937
[TestCase (ApplePlatform.TVOS, "tvos-arm64;", "-all,System.Private.CoreLib")]

0 commit comments

Comments
 (0)