Skip to content

Commit a9c5956

Browse files
committed
Quarantine VerifyOpenApiDocumentIsInvariant
1 parent 5d0e0d0 commit a9c5956

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/OpenApi/test/Microsoft.AspNetCore.OpenApi.Tests/Integration/OpenApiDocumentLocalizationTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
public sealed class OpenApiDocumentLocalizationTests(LocalizedSampleAppFixture fixture) : IClassFixture<LocalizedSampleAppFixture>
88
{
99
[Fact]
10+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/63079")]
1011
public async Task VerifyOpenApiDocumentIsInvariant()
1112
{
1213
using var client = fixture.CreateClient();

0 commit comments

Comments
 (0)