From fd82d0214ea9e1865a41858a2c6fa252e068c860 Mon Sep 17 00:00:00 2001 From: Chris R Date: Tue, 21 Feb 2017 09:16:54 -0800 Subject: [PATCH] Fix Theorys that should have been Facts. --- .../Listener/AuthenticationTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {