From 1e99f7fd69b5ca35edf9e85e4eeaf031659e0e96 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:01:49 +0000 Subject: [PATCH] Unquarantine EndpointMetadataApiDescriptionProviderTest tests (issue #66033) Tests have been passing 100% for 30+ days in the quarantined test pipeline. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../test/EndpointMetadataApiDescriptionProviderTest.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Mvc/Mvc.ApiExplorer/test/EndpointMetadataApiDescriptionProviderTest.cs b/src/Mvc/Mvc.ApiExplorer/test/EndpointMetadataApiDescriptionProviderTest.cs index 5182ea98843e..9a94a13bf668 100644 --- a/src/Mvc/Mvc.ApiExplorer/test/EndpointMetadataApiDescriptionProviderTest.cs +++ b/src/Mvc/Mvc.ApiExplorer/test/EndpointMetadataApiDescriptionProviderTest.cs @@ -1096,7 +1096,6 @@ public void RespectsProducesProblemExtensionMethod() } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/66033")] public void RespectsProducesWithGroupNameExtensionMethod() { // Arrange @@ -1145,7 +1144,6 @@ public void RespectsExcludeFromDescription() } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/66033")] public void HandlesProducesWithProducesProblem() { // Arrange @@ -1198,7 +1196,6 @@ public void HandlesProducesWithProducesProblem() } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/66033")] public void HandleMultipleProduces() { // Arrange @@ -1300,7 +1297,6 @@ public void HandleAcceptsMetadataWithTypeParameter() #nullable enable [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/66033")] public void FavorsProducesMetadataOverAttribute() { // Arrange