Skip to content

Commit 1a5ca46

Browse files
Unquarantine EndpointMetadataApiDescriptionProviderTest tests (issue #66033) (#66490)
Tests have been passing 100% for 30+ days in the quarantined test pipeline. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent bfbc178 commit 1a5ca46

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/Mvc/Mvc.ApiExplorer/test/EndpointMetadataApiDescriptionProviderTest.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,6 @@ public void RespectsProducesProblemExtensionMethod()
10961096
}
10971097

10981098
[Fact]
1099-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/66033")]
11001099
public void RespectsProducesWithGroupNameExtensionMethod()
11011100
{
11021101
// Arrange
@@ -1145,7 +1144,6 @@ public void RespectsExcludeFromDescription()
11451144
}
11461145

11471146
[Fact]
1148-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/66033")]
11491147
public void HandlesProducesWithProducesProblem()
11501148
{
11511149
// Arrange
@@ -1198,7 +1196,6 @@ public void HandlesProducesWithProducesProblem()
11981196
}
11991197

12001198
[Fact]
1201-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/66033")]
12021199
public void HandleMultipleProduces()
12031200
{
12041201
// Arrange
@@ -1300,7 +1297,6 @@ public void HandleAcceptsMetadataWithTypeParameter()
13001297
#nullable enable
13011298

13021299
[Fact]
1303-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/66033")]
13041300
public void FavorsProducesMetadataOverAttribute()
13051301
{
13061302
// Arrange

0 commit comments

Comments
 (0)