diff --git a/src/libraries/System.Memory/tests/Span/Reflection.cs b/src/libraries/System.Memory/tests/Span/Reflection.cs index 3da4f54013fe6e..dbdcc7dbdcd336 100644 --- a/src/libraries/System.Memory/tests/Span/Reflection.cs +++ b/src/libraries/System.Memory/tests/Span/Reflection.cs @@ -40,7 +40,6 @@ public static void MemoryExtensions_StaticWithSpanArguments() } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/39311", TestPlatforms.Browser)] public static void BinaryPrimitives_StaticWithSpanArgument() { Type type = typeof(BinaryPrimitives);