System.Collections.Generic.Tests.ComparerTests.NullableComparisons<Int32> is not being skipped on CI as evidenced by this build result even though there is an ActiveIssue attribute
|
[ActiveIssue("https://github.com/dotnet/runtime/issues/58933", TestPlatforms.iOS | TestPlatforms.tvOS)] |
Oddly enough, running the suite locally on iOSSimulator and on iOS (local iPad), the test is skipped.
System.Collections.Generic.Tests.ComparerTests.NullableComparisons<Int32>is not being skipped on CI as evidenced by this build result even though there is anActiveIssueattributeruntime/src/libraries/System.Collections/tests/Generic/Comparers/Comparer.Tests.cs
Line 238 in 41e8677
Oddly enough, running the suite locally on iOSSimulator and on iOS (local iPad), the test is skipped.