Skip to content

Commit

Permalink
Disable 2 failing tests #24243
Browse files Browse the repository at this point in the history
These are now failing after merging main into net9.0
#24243
  • Loading branch information
mattleibow committed Aug 14, 2024
1 parent 5270e1e commit fecd4f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public void Issue31366PushingAndPoppingModallyCausesArgumentOutOfRangeException(
[Category(UITestCategories.Navigation)]
[FailsOnIOS]
[FailsOnMac]
[FailsOnWindows("Suddenly failing. https://github.com/dotnet/maui/issues/24243")]
public void Issue31366PushingWithModalStackCausesIncorrectStackOrder()
{
App.WaitForElement("StartModalStackTest");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public Issue14471(TestDevice device) : base(device){ }

[Test]
[Category(UITestCategories.Image)]
[FailsOnAndroid("Suddenly failing. https://github.com/dotnet/maui/issues/24243")]
public void ImageDoesntDisappearWhenNavigatingBack()
{
App.WaitForElement("image");
Expand Down

0 comments on commit fecd4f7

Please sign in to comment.