Skip to content

Commit d9042be

Browse files
googyiabergs
authored andcommitted
TestPackedttestationAsyncFailTrustAnchorOnRootCertInTrustPath only works on Windows
1 parent 6b2c0e9 commit d9042be

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
@@ -550,6 +550,9 @@ public async Task TestU2FAttestationAsync()
550550
[Fact]
551551
public async Task TestPackedttestationAsyncFailTrustAnchorOnRootCertInTrustPath()
552552
{
553+
if (!OperatingSystem.IsWindows())
554+
return;
555+
553556
var targetGuid = new Guid("42383245-4437-3343-3846-423445354132");
554557
var metadataService = CreateMetadataService("./metadata");
555558
metadataService.ChangeEntryGuid(new Guid("00000000-0000-0000-0000-000000000004"), targetGuid);

0 commit comments

Comments
 (0)