diff --git a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla40955.cs b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla40955.cs index a5c191fb3cbe..0a7e415202ab 100644 --- a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla40955.cs +++ b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla40955.cs @@ -23,6 +23,9 @@ public Bugzilla40955(TestDevice testDevice) : base(testDevice) public override string Issue => "Memory leak with FormsAppCompatActivity and NavigationPage"; [Test] +#if ANDROID + [Ignore("Failing on net10 https://github.com/dotnet/maui/issues/27411")] +#endif [Category(UITestCategories.Performance)] public void MemoryLeakInFormsAppCompatActivity() { diff --git a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla42329.cs b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla42329.cs index e2103f5d9ec4..4c434f6cde15 100644 --- a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla42329.cs +++ b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla42329.cs @@ -19,6 +19,9 @@ public Bugzilla42329(TestDevice testDevice) : base(testDevice) public override string Issue => "ListView in Frame and FormsAppCompatActivity Memory Leak"; [Test] +#if ANDROID + [Ignore("Failing on net10 https://github.com/dotnet/maui/issues/27411")] +#endif [Category(UITestCategories.ListView)] public async Task MemoryLeakB42329() { diff --git a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla44166.cs b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla44166.cs index 69d808fe9bdd..1fc64bd6ba07 100644 --- a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla44166.cs +++ b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla44166.cs @@ -14,6 +14,9 @@ public Bugzilla44166(TestDevice testDevice) : base(testDevice) public override string Issue => "FlyoutPage instances do not get disposed upon GC"; [Test] +#if ANDROID + [Ignore("Failing on net10 https://github.com/dotnet/maui/issues/27411")] +#endif [Category(UITestCategories.Performance)] public void Bugzilla44166Test() {