Reenable OpenId test

This commit is contained in:
Hao Kung 2015-03-03 15:51:18 -08:00
parent 14b99ebab1
commit 1df35b8e8b
1 changed files with 1 additions and 1 deletions

View File

@ -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)