Skip to content

Commit

Permalink
Skip the new Cosmos emulator tests until the emulator is more stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerhardt committed Jan 11, 2025
1 parent 884b995 commit cc7fdf8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ public async Task VerifyWaitForOnCosmosDBEmulatorBlocksDependentResources(bool u
await app.StopAsync();
}

[Theory]
[Theory(Skip = "Using CosmosDB emulator in integration tests leads to flaky tests - https://github.com/dotnet/aspire/issues/5820")]
[InlineData(true)]
//[InlineData(false)] // Using CosmosDB emulator in integration tests leads to flaky tests - https://github.com/dotnet/aspire/issues/5820
[InlineData(false)]
[RequiresDocker(Reason = "CosmosDB emulator is needed for this test")]
public async Task VerifyCosmosResource(bool usePreview)
{
Expand Down Expand Up @@ -132,9 +132,9 @@ await pipeline.ExecuteAsync(async token =>
}, cts.Token);
}

[Theory]
[Theory(Skip = "Using CosmosDB emulator in integration tests leads to flaky tests - https://github.com/dotnet/aspire/issues/5820")]
[InlineData(true)]
//[InlineData(false)] // Using CosmosDB emulator in integration tests leads to flaky tests - https://github.com/dotnet/aspire/issues/5820
[InlineData(false)]
[RequiresDocker]
public async Task WithDataVolumeShouldPersistStateBetweenUsages(bool usePreview)
{
Expand Down

0 comments on commit cc7fdf8

Please sign in to comment.