Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down
Loading