From 8136c4f0ff9f869afed8a17cc5155649b91da73f Mon Sep 17 00:00:00 2001 From: Adit Sheth Date: Thu, 30 Jan 2025 11:05:16 -0800 Subject: [PATCH] Fixed bug 60109. --- .../test/Mvc.FunctionalTests/ControllerEndpointFiltersTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mvc/test/Mvc.FunctionalTests/ControllerEndpointFiltersTest.cs b/src/Mvc/test/Mvc.FunctionalTests/ControllerEndpointFiltersTest.cs index 7821ed967ef4..551319c41acb 100644 --- a/src/Mvc/test/Mvc.FunctionalTests/ControllerEndpointFiltersTest.cs +++ b/src/Mvc/test/Mvc.FunctionalTests/ControllerEndpointFiltersTest.cs @@ -47,6 +47,7 @@ public async Task CanApplyEndpointFilterToController() } [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60109")] public async Task CanCaptureMethodInfoFromControllerAction() { using var client = Factory.CreateClient();