Skip to content

Commit

Permalink
Disable flaky redis insights tests and mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl committed Jan 28, 2025
1 parent ff3d290 commit c2366d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ await pipeline.ExecuteAsync(async token =>
[InlineData(true)]
[InlineData(false)]
[RequiresDocker]
[ActiveIssue("https://github.com/dotnet/aspire/issues/7293")]
public async Task WithDataShouldPersistStateBetweenUsages(bool useVolume)
{
var dbName = "testdb";
Expand Down
1 change: 1 addition & 0 deletions tests/Aspire.Hosting.Redis.Tests/RedisFunctionalTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ public async Task VerifyRedisResource()

[Fact]
[RequiresDocker]
[ActiveIssue("https://github.com/dotnet/aspire/issues/7291")]
public async Task VerifyDatabasesAreNotDuplicatedForPersistentRedisInsightContainer()
{
var randomResourceSuffix = Random.Shared.Next(10000).ToString();
Expand Down

0 comments on commit c2366d5

Please sign in to comment.