From 43ff743cddff4b4cf9dfa546d72564b68634186f Mon Sep 17 00:00:00 2001 From: Vlad Brezae Date: Thu, 1 Jul 2021 13:22:31 +0300 Subject: [PATCH] Re-enable tests on mono interpreter (#54811) --- .../tests/DI.External.Tests/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.External.Tests/AssemblyInfo.cs b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.External.Tests/AssemblyInfo.cs index 35ac033..2696156 100644 --- a/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.External.Tests/AssemblyInfo.cs +++ b/src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.External.Tests/AssemblyInfo.cs @@ -4,4 +4,4 @@ using System; using Xunit; -[assembly: ActiveIssue("https://github.com/dotnet/runtime/issues/48929", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoInterpreter))] +[assembly: ActiveIssue("https://github.com/dotnet/runtime/issues/43411", typeof(PlatformDetection), nameof(PlatformDetection.IsBrowser))] -- 2.7.4