Skip to content

Commit

Permalink
chore: Ignore failing tests
Browse files Browse the repository at this point in the history
Included in #17984
  • Loading branch information
MartinZikmund committed Aug 21, 2024
1 parent c5e8cf7 commit 72e5ae5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,7 @@ await RunOnUIThread(() =>
[TestMethod]
[Description("Validates that items in an app bar are clickable.")]
[TestProperty("TestPass:ExcludeOn", "WindowsCore")]
[Ignore("Test is failing on all targets https://github.com/unoplatform/uno/issues/17984")]
public async Task CanClickAButtonInAnAppBar()
{
TestCleanupWrapper cleanup;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -838,9 +838,7 @@ await RunOnUIThread(() =>

[TestMethod]
[Description("Validates that AppBarButtons' text labels are offset to the right when there also are AppBarToggleButtons in the same secondary commands list.")]
#if __MACOS__
[Ignore("Currently fails on macOS, part of #9282 epic")]
#endif
[Ignore("Test is failing on all targets https://github.com/unoplatform/uno/issues/17984")]
public async Task ValidateAppBarButtonsAreOffsetWithAppBarToggleButtons()
{
TestCleanupWrapper cleanup;
Expand Down Expand Up @@ -1253,6 +1251,7 @@ public void ValidateUIElementTreeSecondaryOnly()

[Description("Validates a fix for a bug where primary command items would disappear unexpectedly.")]
[TestProperty("TestPass:ExcludeOn", "WindowsCore")]
[Ignore("Test is failing on all targets https://github.com/unoplatform/uno/issues/17984")]
//[Ignore] Lifted Xaml Test: Fix and re-enable tests that were disabled due to being unreliable in Helix test pass.
public async Task PrimaryCommandItemsDoNotDisappear()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -484,9 +484,7 @@ public async Task When_Has_VisibleBounds_LayoutRoot_Respects_VisibleBounds()
[DataTestMethod]
[DataRow(true)]
[DataRow(false)]
#if __MACOS__
[Ignore("Currently fails on macOS, part of #9282 epic")]
#endif
[Ignore("Test is failing on all targets https://github.com/unoplatform/uno/issues/17984")]
public async Task When_BackButton_Pressed(bool isCloseButtonEnabled)
{
var closeButtonClickEvent = new Event();
Expand Down

0 comments on commit 72e5ae5

Please sign in to comment.