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