diff --git a/src/libraries/System.Text.Json/tests/Common/ConstructorTests/ConstructorTests.ParameterMatching.cs b/src/libraries/System.Text.Json/tests/Common/ConstructorTests/ConstructorTests.ParameterMatching.cs index eaa60837cd161..b0561b22a6201 100644 --- a/src/libraries/System.Text.Json/tests/Common/ConstructorTests/ConstructorTests.ParameterMatching.cs +++ b/src/libraries/System.Text.Json/tests/Common/ConstructorTests/ConstructorTests.ParameterMatching.cs @@ -1424,7 +1424,6 @@ public async Task TestClassWithDefaultCtorParams() } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/76093", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoInterpreter))] public async Task TestClassWithManyConstructorParameters() { ClassWithManyConstructorParameters value = ClassWithManyConstructorParameters.Create();