diff --git a/tests/Mono.Android-Tests/Mono.Android-Tests/System/ExceptionTest.cs b/tests/Mono.Android-Tests/Mono.Android-Tests/System/ExceptionTest.cs index 52e98dac4e3..93d89a40da5 100644 --- a/tests/Mono.Android-Tests/Mono.Android-Tests/System/ExceptionTest.cs +++ b/tests/Mono.Android-Tests/Mono.Android-Tests/System/ExceptionTest.cs @@ -29,7 +29,6 @@ static Java.Lang.Throwable CreateJavaProxyThrowable (Exception e) } [Test] - [Category ("CoreCLRIgnore")] //TODO: https://github.com/dotnet/android/issues/10069 [Category ("NativeAOTIgnore")] // NativeAOT has very limited stack traces [RequiresUnreferencedCode ("Tests trimming unsafe features")] public void InnerExceptionIsSet ()