We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af067cc commit 4d68987Copy full SHA for 4d68987
test/GenerationSandbox.Tests/ComRuntimeTests.cs
@@ -157,6 +157,7 @@ public void IWbemServices_GetObject_Works()
157
}
158
159
[Fact]
160
+ [Trait("TestCategory", "FailsInCloudTest")] // WMI APIs don't work in cloud VMs.
161
public void CanCallIDispatchOnlyMethods()
162
{
163
Assert.SkipUnless(RuntimeInformation.IsOSPlatform(OSPlatform.Windows), "Test calls Windows-specific APIs");
0 commit comments