From 23aee3efd1ec2eb0933fb04d280453101643bb2a Mon Sep 17 00:00:00 2001 From: Martin Zikmund Date: Wed, 11 Dec 2024 10:32:29 +0100 Subject: [PATCH] chore: Adjust test condition --- .../Tests/Windows_UI_Xaml_Controls/Given_ScrollViewer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_ScrollViewer.cs b/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_ScrollViewer.cs index 2f2f20bbe9bb..7526fe32838c 100644 --- a/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_ScrollViewer.cs +++ b/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_ScrollViewer.cs @@ -1512,8 +1512,8 @@ public async Task When_SCP_Content_EmptySized_WithMargin_LayoutCycle() } [TestMethod] -#if !HAS_INPUT_INJECTOR - [Ignore("InputInjector is not supported on this platform.")] +#if !HAS_INPUT_INJECTOR || !UNO_HAS_MANAGED_SCROLL_PRESENTER + [Ignore("This test only applies to managed scroll presenter and requires input injector.")] #endif public async Task When_ScrollViewer_Touch_Scrolled() {