Skip to content

Commit

Permalink
Disabled RivePlayer tests on WindowsAppSDK.
Browse files Browse the repository at this point in the history
Track #567
  • Loading branch information
Arlodotexe committed Aug 23, 2024
1 parent 4d4d676 commit 88dabef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/RivePlayer/tests/ExampleRivePlayerTestClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@

namespace RivePlayerExperiment.Tests;

// Track https://github.com/CommunityToolkit/Labs-Windows/issues/567
#if !WINDOWS_WINAPPSDK
[TestClass]
#endif

public partial class ExampleRivePlayerTestClass : VisualUITestBase
{
// If you don't need access to UI objects directly or async code, use this pattern.
Expand Down

0 comments on commit 88dabef

Please sign in to comment.