* Unignore test

This commit is contained in:
ryanbrandenburg 2016-01-19 14:29:04 -08:00
parent 6de171f1ef
commit 477e620a6b
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ After flush inside partial<form action=""/FlushPoint/PageWithoutLayout"" method=
Assert.Equal(expected, body, ignoreLineEndingDifferences: true);
}
[ConditionalTheory(Skip = "Hangs arbitrarily on CI")]
[Theory]
[InlineData("PageWithPartialsAndViewComponents", "FlushAsync invoked inside RenderSection")]
[InlineData("PageWithRenderSectionAsync", "FlushAsync invoked inside RenderSectionAsync")]
public async Task FlushPointsAreExecutedForPagesWithComponentsPartialsAndSections(string action, string title)