diff --git a/src/libraries/System.Collections.Immutable/tests/ImmutableArrayTest.cs b/src/libraries/System.Collections.Immutable/tests/ImmutableArrayTest.cs index c43195713fdf63..7961a0f188b672 100644 --- a/src/libraries/System.Collections.Immutable/tests/ImmutableArrayTest.cs +++ b/src/libraries/System.Collections.Immutable/tests/ImmutableArrayTest.cs @@ -1984,7 +1984,6 @@ public void IStructuralEquatableEqualsNullComparerInvalid() [Theory] [MemberData(nameof(IStructuralEquatableGetHashCodeData))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/50579", TestPlatforms.Android)] [ActiveIssue("https://github.com/dotnet/runtime/issues/36876", TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst)] public void IStructuralEquatableGetHashCode(IEnumerable source, IEqualityComparer comparer) { diff --git a/src/libraries/System.Collections.Immutable/tests/ImmutableDictionaryTest.cs b/src/libraries/System.Collections.Immutable/tests/ImmutableDictionaryTest.cs index 256a49c4af7ef6..f366f8ea6a9d41 100644 --- a/src/libraries/System.Collections.Immutable/tests/ImmutableDictionaryTest.cs +++ b/src/libraries/System.Collections.Immutable/tests/ImmutableDictionaryTest.cs @@ -399,7 +399,6 @@ public void Clear_HasComparer_ReturnsEmptyWithOriginalComparer() } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/50579", TestPlatforms.Android)] public void Indexer_KeyNotFoundException_ContainsKeyInMessage() { var map = ImmutableDictionary.Create() diff --git a/src/libraries/System.Collections.Immutable/tests/ImmutableSortedDictionaryTest.cs b/src/libraries/System.Collections.Immutable/tests/ImmutableSortedDictionaryTest.cs index c0ba89103cd096..0cd60735872e61 100644 --- a/src/libraries/System.Collections.Immutable/tests/ImmutableSortedDictionaryTest.cs +++ b/src/libraries/System.Collections.Immutable/tests/ImmutableSortedDictionaryTest.cs @@ -456,7 +456,6 @@ public void ValueRef_NonExistentKey() } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/50579", TestPlatforms.Android)] public void Indexer_KeyNotFoundException_ContainsKeyInMessage() { var map = ImmutableSortedDictionary.Create()