File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed
Aspire.Hosting.Azure.Tests
Aspire.Hosting.MySql.Tests Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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 ) ) ;
Original file line number Diff line number Diff line change 33
44using System . Diagnostics ;
55using System . Text ;
6+ using Aspire . TestUtilities ;
67using Xunit ;
78
89namespace Aspire . Hosting . Tests ;
@@ -13,7 +14,7 @@ public class MSBuildTests
1314 /// Tests that when an AppHost has a ProjectReference to a library project, a warning is emitted.
1415 /// </summary>
1516 [ Fact ]
16- [ ActiveIssue ( "https://github.com/dotnet/aspire/issues/8467" ) ]
17+ [ QuarantinedTest ( "https://github.com/dotnet/aspire/issues/8467" ) ]
1718 public void EnsureWarningsAreEmittedWhenProjectReferencingLibraries ( )
1819 {
1920 var repoRoot = MSBuildUtils . GetRepoRoot ( ) ;
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ namespace Aspire.Hosting.Tests;
1414public 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
You can’t perform that action at this time.
0 commit comments