Skip to content

Commit

Permalink
chore: Adjust test conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Jan 16, 2025
1 parent 3688f52 commit b7ca2d9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ public class Given_GestureRecognizer
{
[TestMethod]
[RunsOnUIThread]
#if !HAS_INPUT_INJECTOR
[Ignore("InputInjector is not supported on this platform.")]
#if !HAS_INPUT_INJECTOR || (!HAS_UNO_WINUI && !WINAPPSDK) // Requires pointer injection and WinUI API
[Ignore("This test is not supported on this platform.")]
#endif
#if !WINAPPSDK
[DataRow(PointerDeviceType.Mouse)]
Expand Down

0 comments on commit b7ca2d9

Please sign in to comment.