Skip to content

Commit 6a73d75

Browse files
authored
fix skipped test to actually be skipped (#8238)
1 parent bd6faa5 commit 6a73d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Security/Authentication/test/SecureDataFormatTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public void ProtectWithPurposeRoundTrips()
4848
Assert.Equal(input, result);
4949
}
5050

51-
[Fact]
51+
[ConditionalFact]
5252
[SkipOnHelix]
5353
public void UnprotectWithDifferentPurposeFails()
5454
{

0 commit comments

Comments
 (0)