Skip to content

Commit

Permalink
[tests] enable SubscribeToAppDomainUnhandledException in .NET 6
Browse files Browse the repository at this point in the history
Context: c1a2ee7
Context: dotnet/runtime#44526

If c1a2ee7 is working now, we should be able to enable this test.
  • Loading branch information
jonathanpeppers committed Jul 31, 2021
1 parent 8733e8a commit 7a43706
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/MSBuildDeviceIntegration/Tests/InstallAndRunTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ void Button_ViewTreeObserver_GlobalLayout (object sender, EventArgs e)
}

[Test]
[Category ("DotNetIgnore")] // TODO: UnhandledException not firing: https://github.com/dotnet/runtime/issues/44526
public void SubscribeToAppDomainUnhandledException ()
{
AssertHasDevices ();
Expand Down

0 comments on commit 7a43706

Please sign in to comment.