Skip to content

Commit

Permalink
fix: update test to run only on WASM
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpinedam committed Jun 15, 2021
1 parent 2915b8a commit e149dab
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public partial class FlipView_Tests : SampleControlUITestBase
{
[Test]
[AutoRetry]
[ActivePlatforms(Platform.Browser)]
public void FlipView_WithButtons_FlipForward()
{
Run("UITests.Windows_UI_Xaml_Controls.FlipView.FlipView_Buttons");
Expand All @@ -36,6 +37,7 @@ public void FlipView_WithButtons_FlipForward()

[Test]
[AutoRetry]
[ActivePlatforms(Platform.Browser)]
public void FlipView_WithButtons_FlipBackward()
{
Run("UITests.Windows_UI_Xaml_Controls.FlipView.FlipView_Buttons");
Expand Down

0 comments on commit e149dab

Please sign in to comment.