From 27895078085bab83d1854d48746ab37259bebefd Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Mon, 11 Dec 2017 11:49:13 -0800 Subject: [PATCH] Disable flaky test ProcessAsync_WorksForNestedCacheTagHelpers --- .../CacheTagHelperTest.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/CacheTagHelperTest.cs b/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/CacheTagHelperTest.cs index 589ce007f8..41e68c8f74 100644 --- a/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/CacheTagHelperTest.cs +++ b/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/CacheTagHelperTest.cs @@ -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