Skip to content

Commit dfa1a9c

Browse files
authored
chore: Skip
1 parent 936118a commit dfa1a9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Uno.UI.RuntimeTests/MUX/Microsoft_UI_Xaml_Controls/ItemsView/ItemsViewTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
namespace Microsoft.UI.Xaml.Tests.MUXControls.ApiTests;
2626

2727
[TestClass]
28+
#if !__SKIA__
29+
[Ignore("Only works properly on Skia")]
30+
#endif
2831
public class ItemsViewTests : MUXApiTestBase
2932
{
3033
private const int c_MaxWaitDuration = 5000;

0 commit comments

Comments
 (0)