Skip to content

Commit

Permalink
Merge pull request unoplatform#15472 from unoplatform/Youssef1313/dis…
Browse files Browse the repository at this point in the history
…able-test

test: Disable `When_MediaPlayerElement_SetSource_Check_Play`
  • Loading branch information
jeromelaban authored Feb 14, 2024
2 parents 3b2cffb + 5e5d7ca commit f7b5123
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ public async Task When_MediaPlayerElement_SetIsFullWindow_Check_Fullscreen()
}

[TestMethod]
#if __SKIA__
[Ignore("https://github.com/unoplatform/uno/issues/15471")]
#endif
public async Task When_MediaPlayerElement_SetSource_Check_Play()
{
CheckMediaPlayerExtensionAvailability();
Expand Down

0 comments on commit f7b5123

Please sign in to comment.