Skip to content

Commit 239c981

Browse files
committed
test: Diable MediaPlayerElement tests on WinUI
1 parent b408784 commit 239c981

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_MediaPlayerElement.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ namespace Uno.UI.RuntimeTests.Tests.Windows_UI_Xaml_Controls;
2222
#endif
2323
[TestClass]
2424
[RunsOnUIThread]
25+
[PlatformCondition(ConditionMode.Exclude, RuntimeTestPlatforms.NativeWinUI)]
2526
public partial class Given_MediaPlayerElement
2627
{
2728
private static readonly Uri TestVideoUrl = new Uri("https://uno-assets.platform.uno/tests/uno/big_buck_bunny_720p_5mb.mp4");

0 commit comments

Comments
 (0)