Skip to content

Commit

Permalink
Merge pull request #18926 from unoplatform/dev/jela/grid-slow
Browse files Browse the repository at this point in the history
test: Move GridViewGroupedResizable to manual test
  • Loading branch information
jeromelaban authored Nov 26, 2024
2 parents 9cae903 + 72639c3 commit 679ef12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

namespace Uno.UI.Samples.Content.UITests.GridView
{
[Sample("GridView", ViewModelType = typeof(ListViewGroupedViewModel))]
[Sample("GridView", ViewModelType = typeof(ListViewGroupedViewModel), IsManualTest = true, IgnoreInSnapshotTests = true)]
public sealed partial class GridViewGroupedResizable : UserControl
{
public GridViewGroupedResizable()
Expand Down

0 comments on commit 679ef12

Please sign in to comment.