Skip to content

Commit

Permalink
Quarantine MapOpenApi_HandlesConcurrentRequests (#58129)
Browse files Browse the repository at this point in the history
  • Loading branch information
amcasey authored Sep 28, 2024
1 parent 6b9bba1 commit c3fb602
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@

using System.Net;
using System.Net.Http;
using Microsoft.AspNetCore.InternalTesting;

namespace Microsoft.AspNetCore.OpenApi.Tests.Integration;

public class OpenApiDocumentConcurrentRequestTests(SampleAppFixture fixture) : IClassFixture<SampleAppFixture>
{
[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/58128")]
public async Task MapOpenApi_HandlesConcurrentRequests()
{
// Arrange
Expand Down

0 comments on commit c3fb602

Please sign in to comment.