Fix Theorys that should have been Facts.
This commit is contained in:
parent
27d9b78fd2
commit
fd82d0214e
|
|
@ -169,7 +169,7 @@ namespace Microsoft.AspNetCore.Server.HttpSys.Listener
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[ConditionalTheory]
|
[ConditionalFact]
|
||||||
[SkipOffDomain]
|
[SkipOffDomain]
|
||||||
public async Task AuthTypes_RequireKerberosAuth_Success()
|
public async Task AuthTypes_RequireKerberosAuth_Success()
|
||||||
{
|
{
|
||||||
|
|
@ -189,7 +189,7 @@ namespace Microsoft.AspNetCore.Server.HttpSys.Listener
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[ConditionalTheory]
|
[ConditionalFact]
|
||||||
[SkipOffDomain]
|
[SkipOffDomain]
|
||||||
public async Task MultipleAuthTypes_KerberosAllowAnonymousButSpecify401_ChallengesAdded()
|
public async Task MultipleAuthTypes_KerberosAllowAnonymousButSpecify401_ChallengesAdded()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue