Skip to content

Commit 339c39e

Browse files
shethaaditAdit Sheth
andauthored
Fixed bug 60109. (#60122)
Co-authored-by: Adit Sheth <adsheth@microsoft.com>
1 parent d17487d commit 339c39e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Mvc/test/Mvc.FunctionalTests/ControllerEndpointFiltersTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public async Task CanApplyEndpointFilterToController()
4747
}
4848

4949
[Fact]
50+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60109")]
5051
public async Task CanCaptureMethodInfoFromControllerAction()
5152
{
5253
using var client = Factory.CreateClient();

0 commit comments

Comments
 (0)