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() {