From 0b7b7ae48d174fc1c7f13eafc5faee96d498942c Mon Sep 17 00:00:00 2001
From: Jerome Laban <jerome.laban@nventive.com>
Date: Wed, 14 Jul 2021 20:53:12 -0400
Subject: [PATCH] test: Disable net6-android leak tests

---
 .../Tests/Windows_UI_Xaml/Given_FrameworkElement_And_Leak.cs  | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml/Given_FrameworkElement_And_Leak.cs b/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml/Given_FrameworkElement_And_Leak.cs
index 42eeaa4cf74d..05394cc82ce4 100644
--- a/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml/Given_FrameworkElement_And_Leak.cs
+++ b/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml/Given_FrameworkElement_And_Leak.cs
@@ -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