Skip to content

Commit

Permalink
chore: Run tests on Uno only
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Dec 7, 2023
1 parent 54318f1 commit a9bac3f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public async Task When_Content_Set_Null_ComboBox()
Assert.IsTrue(comboBox.SelectedIndex == -1);
}


#if HAS_UNO
[TestMethod]
[RunsOnUIThread]
public async Task When_FindName_ContentControl_Without_ContentTemplate()
Expand Down Expand Up @@ -222,6 +222,7 @@ public async Task When_FindName_ContentControl_With_ContentTemplate()

Assert.IsNull(sut.FindName("ContentElement"));
}
#endif

private class SignInViewModel
{
Expand Down

0 comments on commit a9bac3f

Please sign in to comment.