fix skipped test to actually be skipped (#8238)
This commit is contained in:
parent
bd6faa5ca1
commit
6a73d75688
|
|
@ -48,7 +48,7 @@ namespace Microsoft.AspNetCore.Authentication.DataHandler
|
||||||
Assert.Equal(input, result);
|
Assert.Equal(input, result);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[ConditionalFact]
|
||||||
[SkipOnHelix]
|
[SkipOnHelix]
|
||||||
public void UnprotectWithDifferentPurposeFails()
|
public void UnprotectWithDifferentPurposeFails()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue