Skip to content

Commit

Permalink
test: Disable net6-android leak tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Jul 15, 2021
1 parent bb00bfe commit 0b7b7ae
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@

namespace Uno.UI.RuntimeTests.Tests.Windows_UI_Xaml
{
#if NET6_0 && __ANDROID__
[Ignore("Disabled until https://github.com/dotnet/runtime/pull/55681 is released. See https://github.com/unoplatform/uno/issues/5873")]
#endif

[TestClass]
[RunsOnUIThread]
public class Given_FrameworkElement_And_Leak
Expand Down

0 comments on commit 0b7b7ae

Please sign in to comment.