Skip to content

Commit 5287b3b

Browse files
committed
[tests] Quarantine additional tests for issues open against them
1 parent 289585f commit 5287b3b

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

tests/Aspire.Hosting.Azure.Tests/AzureCosmosDBEmulatorFunctionalTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public class AzureCosmosDBEmulatorFunctionalTests(ITestOutputHelper testOutputHe
2222
// [InlineData(true)] // "Using CosmosDB emulator in integration tests leads to flaky tests - https://github.com/dotnet/aspire/issues/5820"
2323
[InlineData(false)]
2424
[RequiresDocker]
25+
[QuarantinedTest("//github.com/dotnet/aspire/issues/7345")]
2526
public async Task VerifyWaitForOnCosmosDBEmulatorBlocksDependentResources(bool usePreview)
2627
{
2728
// Cosmos can be pretty slow to spin up, lets give it plenty of time.

tests/Aspire.Hosting.MySql.Tests/MySqlFunctionalTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ await pipeline.ExecuteAsync(async token =>
377377

378378
[Fact]
379379
[RequiresDocker]
380+
[QuarantinedTest("https://github.com/dotnet/aspire/issues/7340")]
380381
public async Task VerifyEfMySql()
381382
{
382383
var cts = new CancellationTokenSource(TimeSpan.FromMinutes(5));

tests/Aspire.Hosting.Tests/MSBuildTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class MSBuildTests
1313
/// Tests that when an AppHost has a ProjectReference to a library project, a warning is emitted.
1414
/// </summary>
1515
[Fact]
16-
[ActiveIssue("https://github.com/dotnet/aspire/issues/8467")]
16+
[QuarantinedTest("https://github.com/dotnet/aspire/issues/8467")]
1717
public void EnsureWarningsAreEmittedWhenProjectReferencingLibraries()
1818
{
1919
var repoRoot = MSBuildUtils.GetRepoRoot();

tests/Aspire.Hosting.Tests/OperationModesTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ namespace Aspire.Hosting.Tests;
1414
public class OperationModesTests(ITestOutputHelper outputHelper)
1515
{
1616
[Fact]
17+
[QuarantinedTest("https://github.com/dotnet/aspire/issues/8400")]
1718
public async Task VerifyBackwardsCompatableRunModeInvocation()
1819
{
1920
// The purpose of this test is to verify that the apphost executable will continue

0 commit comments

Comments
 (0)