Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,6 @@ public void RespectsProducesProblemExtensionMethod()
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/66033")]
public void RespectsProducesWithGroupNameExtensionMethod()
{
// Arrange
Expand Down Expand Up @@ -1145,7 +1144,6 @@ public void RespectsExcludeFromDescription()
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/66033")]
public void HandlesProducesWithProducesProblem()
{
// Arrange
Expand Down Expand Up @@ -1198,7 +1196,6 @@ public void HandlesProducesWithProducesProblem()
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/66033")]
public void HandleMultipleProduces()
{
// Arrange
Expand Down Expand Up @@ -1300,7 +1297,6 @@ public void HandleAcceptsMetadataWithTypeParameter()
#nullable enable

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/66033")]
public void FavorsProducesMetadataOverAttribute()
{
// Arrange
Expand Down
Loading