diff --git a/src/libraries/System.Runtime/tests/System/Runtime/ExceptionServices/ExceptionDispatchInfoTests.cs b/src/libraries/System.Runtime/tests/System/Runtime/ExceptionServices/ExceptionDispatchInfoTests.cs index c3242a0197cf83..c2bb2bdc48cd14 100644 --- a/src/libraries/System.Runtime/tests/System/Runtime/ExceptionServices/ExceptionDispatchInfoTests.cs +++ b/src/libraries/System.Runtime/tests/System/Runtime/ExceptionServices/ExceptionDispatchInfoTests.cs @@ -49,7 +49,6 @@ public static void SetCurrentStackTrace_Invalid_Throws() } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/39341", TestPlatforms.Browser)] public static void SetCurrentStackTrace_IncludedInExceptionStackTrace() { Exception e;