Skip to content

Commit 88dabef

Browse files
committed
Disabled RivePlayer tests on WindowsAppSDK.
Track #567
1 parent 4d4d676 commit 88dabef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/RivePlayer/tests/ExampleRivePlayerTestClass.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88

99
namespace RivePlayerExperiment.Tests;
1010

11+
// Track https://github.com/CommunityToolkit/Labs-Windows/issues/567
12+
#if !WINDOWS_WINAPPSDK
1113
[TestClass]
14+
#endif
15+
1216
public partial class ExampleRivePlayerTestClass : VisualUITestBase
1317
{
1418
// If you don't need access to UI objects directly or async code, use this pattern.

0 commit comments

Comments
 (0)