Skip to content

Commit

Permalink
test: Disable When_MediaPlayerElement_SetSource_Check_Play
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Feb 14, 2024
1 parent 3b2cffb commit 3a09e15
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("")]
#endif
public async Task When_MediaPlayerElement_SetSource_Check_Play()
{
CheckMediaPlayerExtensionAvailability();
Expand Down

0 comments on commit 3a09e15

Please sign in to comment.