diff --git a/tests/Aspire.Hosting.Azure.Tests/AzureCosmosDBEmulatorFunctionalTests.cs b/tests/Aspire.Hosting.Azure.Tests/AzureCosmosDBEmulatorFunctionalTests.cs index 48fba780294..c6c31e75a34 100644 --- a/tests/Aspire.Hosting.Azure.Tests/AzureCosmosDBEmulatorFunctionalTests.cs +++ b/tests/Aspire.Hosting.Azure.Tests/AzureCosmosDBEmulatorFunctionalTests.cs @@ -21,7 +21,6 @@ public class AzureCosmosDBEmulatorFunctionalTests(ITestOutputHelper testOutputHe // [InlineData(true)] // "Using CosmosDB emulator in integration tests leads to flaky tests - https://github.com/dotnet/aspire/issues/5820" [InlineData(false)] [RequiresFeature(TestFeature.Docker)] - [QuarantinedTest("https://github.com/dotnet/aspire/issues/14099")] public async Task VerifyWaitForOnCosmosDBEmulatorBlocksDependentResources(bool usePreview) { // Cosmos can be pretty slow to spin up, lets give it plenty of time. diff --git a/tests/Aspire.Hosting.Tests/Cli/CliOrphanDetectorTests.cs b/tests/Aspire.Hosting.Tests/Cli/CliOrphanDetectorTests.cs index 4827a0bef97..f2082a3322a 100644 --- a/tests/Aspire.Hosting.Tests/Cli/CliOrphanDetectorTests.cs +++ b/tests/Aspire.Hosting.Tests/Cli/CliOrphanDetectorTests.cs @@ -1,11 +1,10 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Diagnostics; using System.Threading.Channels; using Aspire.Hosting.Cli; using Aspire.Hosting.Utils; -using Aspire.TestUtilities; using Microsoft.AspNetCore.InternalTesting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Hosting; @@ -99,7 +98,6 @@ public async Task CliOrphanDetectorFallsBackToPidOnlyWhenStartTimeInvalid() } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspire/issues/12710")] public async Task CliOrphanDetectorContinuesRunningWhenProcessAliveWithCorrectStartTime() { var expectedStartTime = DateTime.Now.AddMinutes(-5); @@ -176,7 +174,6 @@ public async Task CliOrphanDetectorStopsWhenProcessHasDifferentStartTime() } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspire/issues/12710")] public async Task CliOrphanDetectorAfterTheProcessWasRunningForAWhileThenStops() { var configuration = new ConfigurationBuilder()