Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
* Unignore test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbrandenburg committed Feb 3, 2016
1 parent 6de171f commit 477e620
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Inside partial
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)
Expand Down

0 comments on commit 477e620

Please sign in to comment.