diff --git a/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/Listener/AuthenticationTests.cs b/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/Listener/AuthenticationTests.cs index e3b7c9e5a4..9281b71817 100644 --- a/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/Listener/AuthenticationTests.cs +++ b/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/Listener/AuthenticationTests.cs @@ -169,7 +169,7 @@ namespace Microsoft.AspNetCore.Server.HttpSys.Listener } } - [ConditionalTheory] + [ConditionalFact] [SkipOffDomain] public async Task AuthTypes_RequireKerberosAuth_Success() { @@ -189,7 +189,7 @@ namespace Microsoft.AspNetCore.Server.HttpSys.Listener } } - [ConditionalTheory] + [ConditionalFact] [SkipOffDomain] public async Task MultipleAuthTypes_KerberosAllowAnonymousButSpecify401_ChallengesAdded() {