Skip to content

Commit 76471a0

Browse files
committed
test: Disable InteractionTracker tests crashing WinUI tests
1 parent 239c981 commit 76471a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Uno.UI.RuntimeTests/Tests/Windows_UI_Composition/Given_InteractionTracker.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ namespace Uno.UI.RuntimeTests.Tests.Windows_UI_Composition;
2121

2222
[TestClass]
2323
[RunsOnUIThread]
24+
[PlatformCondition(ConditionMode.Exclude, RuntimeTestPlatforms.NativeWinUI)]
2425
public partial class Given_InteractionTracker
2526
{
2627
private static InteractionTracker SetupTracker(Compositor compositor)

0 commit comments

Comments
 (0)