* Unignore test
This commit is contained in:
parent
6de171f1ef
commit
477e620a6b
|
|
@ -56,7 +56,7 @@ After flush inside partial<form action=""/FlushPoint/PageWithoutLayout"" method=
|
||||||
Assert.Equal(expected, body, ignoreLineEndingDifferences: true);
|
Assert.Equal(expected, body, ignoreLineEndingDifferences: true);
|
||||||
}
|
}
|
||||||
|
|
||||||
[ConditionalTheory(Skip = "Hangs arbitrarily on CI")]
|
[Theory]
|
||||||
[InlineData("PageWithPartialsAndViewComponents", "FlushAsync invoked inside RenderSection")]
|
[InlineData("PageWithPartialsAndViewComponents", "FlushAsync invoked inside RenderSection")]
|
||||||
[InlineData("PageWithRenderSectionAsync", "FlushAsync invoked inside RenderSectionAsync")]
|
[InlineData("PageWithRenderSectionAsync", "FlushAsync invoked inside RenderSectionAsync")]
|
||||||
public async Task FlushPointsAreExecutedForPagesWithComponentsPartialsAndSections(string action, string title)
|
public async Task FlushPointsAreExecutedForPagesWithComponentsPartialsAndSections(string action, string title)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue