fix skipped test to actually be skipped (#8238)

This commit is contained in:
Andrew Stanton-Nurse 2019-03-08 10:24:48 -08:00 committed by GitHub
parent bd6faa5ca1
commit 6a73d75688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ namespace Microsoft.AspNetCore.Authentication.DataHandler
Assert.Equal(input, result);
}
[Fact]
[ConditionalFact]
[SkipOnHelix]
public void UnprotectWithDifferentPurposeFails()
{