diff --git a/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_MediaPlayerElement.cs b/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_MediaPlayerElement.cs index af55dba22646..ee35f92629d8 100644 --- a/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_MediaPlayerElement.cs +++ b/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_MediaPlayerElement.cs @@ -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();