Skip to content

Commit

Permalink
Disable VerifyWaitForOnCosmosDBEmulatorBlocksDependentResources for t…
Browse files Browse the repository at this point in the history
…he preview emulator
  • Loading branch information
eerhardt committed Jan 11, 2025
1 parent cc7fdf8 commit d4bc4ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace Aspire.Hosting.Azure.Tests;
public class AzureCosmosDBEmulatorFunctionalTests(ITestOutputHelper testOutputHelper)
{
[Theory]
[InlineData(true)]
// [InlineData(true)] // "Using CosmosDB emulator in integration tests leads to flaky tests - https://github.com/dotnet/aspire/issues/5820"
[InlineData(false)]
[RequiresDocker]
public async Task VerifyWaitForOnCosmosDBEmulatorBlocksDependentResources(bool usePreview)
Expand Down

0 comments on commit d4bc4ea

Please sign in to comment.