diff --git a/tests/MSBuildDeviceIntegration/Tests/InstallAndRunTests.cs b/tests/MSBuildDeviceIntegration/Tests/InstallAndRunTests.cs index 45e93207660..322a8d5034b 100644 --- a/tests/MSBuildDeviceIntegration/Tests/InstallAndRunTests.cs +++ b/tests/MSBuildDeviceIntegration/Tests/InstallAndRunTests.cs @@ -823,8 +823,8 @@ public void SubscribeToAppDomainUnhandledException ([Values] AndroidRuntime runt return; } - if (runtime == AndroidRuntime.CoreCLR || runtime == AndroidRuntime.NativeAOT) { - Assert.Ignore ("AppDomain.CurrentDomain.UnhandledException doesn't work in CoreCLR or NativeAOT"); + if (runtime == AndroidRuntime.NativeAOT) { + Assert.Ignore ("AppDomain.CurrentDomain.UnhandledException doesn't work in NativeAOT"); } var proj = new XamarinAndroidApplicationProject (packageName: PackageUtils.MakePackageName (runtime)) {