Disable flaky test ProcessAsync_WorksForNestedCacheTagHelpers

This commit is contained in:
Nate McMaster 2017-12-11 11:49:13 -08:00
parent 7cea779b7a
commit 2789507808
1 changed files with 3 additions and 2 deletions

View File

@ -800,8 +800,9 @@ namespace Microsoft.AspNetCore.Mvc.TagHelpers
Assert.True(tagHelperOutput4.IsContentModified);
Assert.Equal(childContent, tagHelperOutput4.Content.GetContent());
}
[Fact]
// See https://github.com/aspnet/Mvc/issues/7122
[Fact(Skip = "This test is flaky, and would require product changes to fix it. Issue #7122")]
public async Task ProcessAsync_WorksForNestedCacheTagHelpers()
{
// Arrange