Skip to content

Commit

Permalink
fix(scrollbar): Tentatively reactivate the ScrollBar test deactaved i…
Browse files Browse the repository at this point in the history
…n issue #7331
  • Loading branch information
carldebilly committed Jan 13, 2022
1 parent e4d5cf9 commit 7eeec7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class Given_FrameworkElement_And_Leak
[DataRow(typeof(ListView), 15)]
[DataRow(typeof(ProgressRing), 15)]
[DataRow(typeof(Pivot), 15)]
// [DataRow(typeof(ScrollBar), 15)] https://github.com/unoplatform/uno/issues/7331
[DataRow(typeof(ScrollBar), 15)] // https://github.com/unoplatform/uno/issues/7331
[DataRow(typeof(Slider), 15)]
[DataRow(typeof(SymbolIcon), 15)]
[DataRow(typeof(Viewbox), 15)]
Expand Down

0 comments on commit 7eeec7a

Please sign in to comment.