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 76e1f68 commit 0423169Copy full SHA for 0423169
src/libraries/System.Runtime/tests/System.Runtime.Tests/System/StringTests.cs
@@ -993,7 +993,6 @@ public static IEnumerable<object[]> NonRandomizedGetHashCode_EquivalentForString
993
994
[Theory]
995
[MemberData(nameof(NonRandomizedGetHashCode_EquivalentForStringAndSpan_MemberData))]
996
- [ActiveIssue("https://github.com/dotnet/runtime/issues/116815", TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst)]
997
public static void NonRandomizedGetHashCode_EquivalentForStringAndSpan(int charValueLimit, bool ignoreCase)
998
{
999
// This is testing internal API. If that API changes, this test will need to be updated.
0 commit comments