We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4d676 commit 88dabefCopy full SHA for 88dabef
components/RivePlayer/tests/ExampleRivePlayerTestClass.cs
@@ -8,7 +8,11 @@
8
9
namespace RivePlayerExperiment.Tests;
10
11
+// Track https://github.com/CommunityToolkit/Labs-Windows/issues/567
12
+#if !WINDOWS_WINAPPSDK
13
[TestClass]
14
+#endif
15
+
16
public partial class ExampleRivePlayerTestClass : VisualUITestBase
17
{
18
// If you don't need access to UI objects directly or async code, use this pattern.
0 commit comments