From 1df35b8e8b0e8fd57167c0a11a4267509623d37e Mon Sep 17 00:00:00 2001 From: Hao Kung Date: Tue, 3 Mar 2015 15:51:18 -0800 Subject: [PATCH] Reenable OpenId test --- test/E2ETests/OpenIdConnectTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/E2ETests/OpenIdConnectTests.cs b/test/E2ETests/OpenIdConnectTests.cs index 250f07ad36..2bc93986b0 100644 --- a/test/E2ETests/OpenIdConnectTests.cs +++ b/test/E2ETests/OpenIdConnectTests.cs @@ -9,7 +9,7 @@ namespace E2ETests { public partial class SmokeTests { - [ConditionalTheory(Skip = "Auth changes broke this, haok investigating")] + [ConditionalTheory] [FrameworkSkipCondition(RuntimeFrameworks.Mono)] [InlineData(ServerType.IISExpress, RuntimeFlavor.DesktopClr, RuntimeArchitecture.x86, "http://localhost:5001/")] public void OpenIdConnect_OnX86(ServerType serverType, RuntimeFlavor runtimeFlavor, RuntimeArchitecture architecture, string applicationBaseUrl)