Skip to content

Commit

Permalink
chore: Disable failing leak tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund authored Nov 8, 2023
1 parent 7f6ae76 commit f4d9241
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ public class Given_FrameworkElement_And_Leak
[DataRow(typeof(ToggleSwitch), 15)]
[DataRow(typeof(Microsoft.UI.Xaml.Controls.SwipeControl), 15)]
[DataRow(typeof(SplitView), 15)]
#if !__ANDROID__ // Disabled #14341
[DataRow(typeof(Microsoft.UI.Xaml.Controls.AnimatedIcon), 15)]
#endif
[DataRow(typeof(Microsoft.UI.Xaml.Controls.BreadcrumbBar), 15)]
[DataRow(typeof(Microsoft.UI.Xaml.Controls.BreadcrumbBarItem), 15)]
#if !__IOS__ // Disabled https://github.com/unoplatform/uno/issues/9080
Expand Down Expand Up @@ -126,7 +128,9 @@ public class Given_FrameworkElement_And_Leak
#endif
#if !__IOS__ // Disabled - #10344
[DataRow(typeof(TextBox_Focus_Leak), 15)]
#if !__ANDROID // Disabled - #14340
[DataRow(typeof(PasswordBox_Focus_Leak), 15)]
#endif
#endif
public async Task When_Add_Remove(object controlTypeRaw, int count)
{
Expand Down

0 comments on commit f4d9241

Please sign in to comment.