Skip to content

Commit 6b5166a

Browse files
authored
Quarantine some OpenAPI tests (#61349)
* Quarantined two failing tests * Skip tests on certain queues instead of quarantining them. * Quarantine failing tests
1 parent ad5a211 commit 6b5166a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Tools/Microsoft.dotnet-openapi/test/OpenApiAddURLTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ public async Task OpenApi_Add_Url()
177177
}
178178

179179
[Fact]
180+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/61348")]
180181
public async Task OpenApi_Add_Url_SameName_UniqueFile()
181182
{
182183
var project = CreateBasicProject(withOpenApi: false);
@@ -333,6 +334,7 @@ public async Task OpenApi_Add_Url_OutputFile()
333334
}
334335

335336
[Fact]
337+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/61348")]
336338
public async Task OpenApi_Add_URL_FileAlreadyExists_Fail()
337339
{
338340
var project = CreateBasicProject(withOpenApi: false);

0 commit comments

Comments
 (0)