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