Skip to content

Commit a3d8bd0

Browse files
googyiabergs
authored andcommitted
TestPackedttestationAsyncFailTrustAnchorOnRootCertInTrustPath only works on Windows
1 parent f8f019d commit a3d8bd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Test/Fido2Tests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,9 @@ public async Task TestU2FAttestationAsync()
548548
[Fact]
549549
public async Task TestPackedttestationAsyncFailTrustAnchorOnRootCertInTrustPath()
550550
{
551+
if (!OperatingSystem.IsWindows())
552+
return;
553+
551554
var targetGuid = new Guid("42383245-4437-3343-3846-423445354132");
552555
var metadataService = CreateMetadataService("./metadata");
553556
metadataService.ChangeEntryGuid(new Guid("00000000-0000-0000-0000-000000000004"), targetGuid);

0 commit comments

Comments
 (0)