diff --git a/src/System.Drawing.Common/tests/AssemblyInfo.cs b/src/System.Drawing.Common/tests/AssemblyInfo.cs index 3420d3ba0e6..24b9d32e8f9 100644 --- a/src/System.Drawing.Common/tests/AssemblyInfo.cs +++ b/src/System.Drawing.Common/tests/AssemblyInfo.cs @@ -5,4 +5,4 @@ using System; using Xunit; -[assembly: ActiveIssue("https://github.com/dotnet/runtime/issues/35917", typeof(PlatformDetection), nameof(PlatformDetection.IsNotMonoInterpreter))] \ No newline at end of file +[assembly: ActiveIssue("https://github.com/dotnet/runtime/issues/35917", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoInterpreter))] \ No newline at end of file