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 13, 2025
1 parent 7ffb429 commit 715006e
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 715006e

Please sign in to comment.