Skip to content

Commit

Permalink
chore: Adjust test condition
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Dec 12, 2024
1 parent c6d0673 commit cb86bd2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit cb86bd2

Please sign in to comment.