diff --git a/src/libraries/System.Linq.Expressions/tests/ExceptionHandling/ExceptionHandlingExpressions.cs b/src/libraries/System.Linq.Expressions/tests/ExceptionHandling/ExceptionHandlingExpressions.cs index 4f58ebb545ada7..b43c316cb3329a 100644 --- a/src/libraries/System.Linq.Expressions/tests/ExceptionHandling/ExceptionHandlingExpressions.cs +++ b/src/libraries/System.Linq.Expressions/tests/ExceptionHandling/ExceptionHandlingExpressions.cs @@ -224,6 +224,7 @@ public void ThrownNonExceptionPassesThroughNonMatchingHandlers(bool useInterpret [Theory, ClassData(typeof(CompilationTypes))] [ActiveIssue("https://github.com/mono/mono/issues/14925", TestRuntimes.Mono)] + [ActiveIssue("https://github.com/dotnet/runtime/issues/128164", typeof(PlatformDetection), nameof(PlatformDetection.IsBrowser), nameof(PlatformDetection.IsCoreCLR))] public void ExpressionsUnwrapeExternallyThrownRuntimeWrappedException(bool useInterpreter) { ParameterExpression exRWE = Expression.Variable(typeof(RuntimeWrappedException));