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 f8f019d commit a3d8bd0Copy full SHA for a3d8bd0
Test/Fido2Tests.cs
@@ -548,6 +548,9 @@ public async Task TestU2FAttestationAsync()
548
[Fact]
549
public async Task TestPackedttestationAsyncFailTrustAnchorOnRootCertInTrustPath()
550
{
551
+ if (!OperatingSystem.IsWindows())
552
+ return;
553
+
554
var targetGuid = new Guid("42383245-4437-3343-3846-423445354132");
555
var metadataService = CreateMetadataService("./metadata");
556
metadataService.ChangeEntryGuid(new Guid("00000000-0000-0000-0000-000000000004"), targetGuid);
0 commit comments