Skip to content

Commit

Permalink
Make test Windows specific
Browse files Browse the repository at this point in the history
  • Loading branch information
codecat committed Jan 30, 2025
1 parent ff94a6e commit cadf6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Avalonia.IntegrationTests.Appium/WindowTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ public void Changing_WindowState_Should_Not_Change_Frame_Size_And_Position()
}
}

[Fact]
[PlatformFact(TestPlatforms.Windows)]
public void Changing_Size_Should_Not_Change_Position()
{
using (OpenWindow())
Expand Down

0 comments on commit cadf6aa

Please sign in to comment.