Skip to content

Commit

Permalink
WindowsOnlyFact
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche committed Dec 18, 2024
1 parent abe8e49 commit a0c3185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.DotNet.SignTool.Tests/SignToolTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2609,7 +2609,7 @@ public void ValidStrongNameSignaturesValidate()
StrongName.IsSigned(GetResourcePath("StrongNamedWithEcmaKey.dll")).Should().BeTrue();
}

[Fact]
[WindowsOnlyFact]
public void ValidStrongNameSignaturesValidateWithFallback()
{
StrongName.IsSigned_Legacy(GetResourcePath("SignedLibrary.dll"), s_snPath).Should().BeTrue();
Expand Down

0 comments on commit a0c3185

Please sign in to comment.