From b7ca2d97b6369b7582492108c01f6843ba71e47f Mon Sep 17 00:00:00 2001 From: Martin Zikmund Date: Thu, 16 Jan 2025 12:32:27 +0100 Subject: [PATCH] chore: Adjust test conditions --- .../Tests/Windows_UI_Xaml_Input/Given_GestureRecognizer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Input/Given_GestureRecognizer.cs b/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Input/Given_GestureRecognizer.cs index f0a9f56843d9..d9d4fa02450f 100644 --- a/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Input/Given_GestureRecognizer.cs +++ b/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Input/Given_GestureRecognizer.cs @@ -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)]