Skip to content

Commit 88be79c

Browse files
committed
chore: Disable wasm skia net10 test
1 parent 5ebd3ec commit 88be79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml/Given_FrameworkElement_And_Leak.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public class Given_FrameworkElement_And_Leak
121121
[DataRow(typeof(Microsoft.UI.Xaml.Controls.Primitives.ColorPickerSlider), 15)]
122122
[DataRow(typeof(Microsoft.UI.Xaml.Controls.Primitives.ColorSpectrum), 15)]
123123
#if !__APPLE_UIKIT__ // Disabled https://github.com/unoplatform/uno/pull/15540
124-
[DataRow(typeof(Microsoft.UI.Xaml.Controls.Expander), 15)]
124+
[DataRow(typeof(Microsoft.UI.Xaml.Controls.Expander), 15, LeakTestStyles.All, RuntimeTestPlatforms.SkiaWasm)] // Fails on net10.0-wasm, see https://github.com/unoplatform/uno/issues/9080
125125
#endif
126126
[DataRow(typeof(Microsoft.UI.Xaml.Controls.ImageIcon), 15)]
127127
#if !WINAPPSDK

0 commit comments

Comments
 (0)