Skip to content

Commit

Permalink
[testing] Fix tests on Mac (#26748)
Browse files Browse the repository at this point in the history
* [testing] Add screenshot for ChildFlexLayoutContentShouldAppear

* [testing] These tests are not working on mac
  • Loading branch information
rmarinho authored Dec 20, 2024
1 parent 5086bed commit dde0d73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ public void Command()
}

[Test]
[FailsOnMacWhenRunningOnXamarinUITest("This test is not working on Mac Catalyst")]
public void Padding()
{
var remote = GoToStateRemote();
Expand All @@ -170,6 +171,7 @@ public void Padding()
}

[Test]
[FailsOnMacWhenRunningOnXamarinUITest("This test is not working on Mac Catalyst")]
public void Padding_Add()
{
var remote = GoToStateRemote();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public void Source_FontImageSource()
#endif

[Test]
[FailsOnMacWhenRunningOnXamarinUITest("This test is not working on Mac Catalyst")]
public async Task IsAnimationPlaying()
{
var remote = GoToStateRemote();
Expand Down

0 comments on commit dde0d73

Please sign in to comment.