Skip to content

Commit 4bc867d

Browse files
Quarantine ProcessAsync_AwaitersUseTheResultOfExecutor (#57568)
1 parent a2fce73 commit 4bc867d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Mvc/Mvc.TagHelpers/test/CacheTagHelperTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -881,6 +881,7 @@ public async Task ProcessAsync_ThrowsExceptionForAwaiters_IfExecutorEncountersAn
881881
}
882882

883883
[Fact]
884+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57567")]
884885
public async Task ProcessAsync_AwaitersUseTheResultOfExecutor()
885886
{
886887
// Arrange

0 commit comments

Comments
 (0)