diff --git a/tests/Aspire.Cli.Tests/Commands/DeployCommandTests.cs b/tests/Aspire.Cli.Tests/Commands/DeployCommandTests.cs index fee7f2ccda8..e18fa6d9492 100644 --- a/tests/Aspire.Cli.Tests/Commands/DeployCommandTests.cs +++ b/tests/Aspire.Cli.Tests/Commands/DeployCommandTests.cs @@ -1,4 +1,4 @@ -// 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.Runtime.CompilerServices; @@ -9,7 +9,6 @@ using Aspire.Cli.Tests.TestServices; using Microsoft.Extensions.DependencyInjection; using Aspire.Cli.Utils; -using Aspire.TestUtilities; using Microsoft.AspNetCore.InternalTesting; namespace Aspire.Cli.Tests.Commands; @@ -269,7 +268,6 @@ public async Task DeployCommandSucceedsEndToEnd() } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspire/issues/11217")] public async Task DeployCommandIncludesDeployFlagInArguments() { using var tempRepo = TemporaryWorkspace.Create(outputHelper); diff --git a/tests/Aspire.Cli.Tests/Commands/ExtensionInternalCommandTests.cs b/tests/Aspire.Cli.Tests/Commands/ExtensionInternalCommandTests.cs index 85dc01e97f3..e46e24a6026 100644 --- a/tests/Aspire.Cli.Tests/Commands/ExtensionInternalCommandTests.cs +++ b/tests/Aspire.Cli.Tests/Commands/ExtensionInternalCommandTests.cs @@ -1,4 +1,4 @@ -// 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.Text.Json; @@ -7,7 +7,6 @@ using Aspire.Cli.Projects; using Aspire.Cli.Tests.Utils; using Microsoft.Extensions.DependencyInjection; -using Aspire.TestUtilities; using Microsoft.AspNetCore.InternalTesting; namespace Aspire.Cli.Tests.Commands; @@ -55,7 +54,6 @@ public async Task ExtensionInternalCommand_WithNoSubcommand_ReturnsZero() } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspire/issues/12304")] public async Task GetAppHostsCommand_WithSingleProject_ReturnsSuccessWithValidJson() { using var workspace = TemporaryWorkspace.Create(outputHelper); @@ -97,7 +95,6 @@ public async Task GetAppHostsCommand_WithSingleProject_ReturnsSuccessWithValidJs } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspire/issues/12300")] public async Task GetAppHostsCommand_WithMultipleProjects_ReturnsSuccessWithAllCandidates() { using var workspace = TemporaryWorkspace.Create(outputHelper); diff --git a/tests/Aspire.Hosting.Docker.Tests/DockerComposeTests.cs b/tests/Aspire.Hosting.Docker.Tests/DockerComposeTests.cs index 15034bb96c0..ddfe4aae3b4 100644 --- a/tests/Aspire.Hosting.Docker.Tests/DockerComposeTests.cs +++ b/tests/Aspire.Hosting.Docker.Tests/DockerComposeTests.cs @@ -652,7 +652,6 @@ public async Task PushImageToRegistry_WithLocalRegistry_OnlyTagsImage() } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspire/issues/13878")] public async Task PushImageToRegistry_WithRemoteRegistry_PushesImage() { using var tempDir = new TestTempDirectory(); diff --git a/tests/Aspire.Hosting.Tests/Pipelines/DistributedApplicationPipelineTests.cs b/tests/Aspire.Hosting.Tests/Pipelines/DistributedApplicationPipelineTests.cs index edfc9542a61..5af54367a6d 100644 --- a/tests/Aspire.Hosting.Tests/Pipelines/DistributedApplicationPipelineTests.cs +++ b/tests/Aspire.Hosting.Tests/Pipelines/DistributedApplicationPipelineTests.cs @@ -1,4 +1,4 @@ -// 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. #pragma warning disable CS0618 // Type or member is obsolete @@ -13,7 +13,6 @@ using Aspire.Hosting.Pipelines; using Aspire.Hosting.Tests.Publishing; using Aspire.Hosting.Utils; -using Aspire.TestUtilities; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging.Abstractions; @@ -2027,7 +2026,6 @@ public async Task FilterStepsForExecution_WithRequiredBy_IncludesTransitiveDepen } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspire/issues/13083")] public async Task ProcessParametersStep_ValidatesBehavior() { // Arrange diff --git a/tests/Aspire.Hosting.Tests/WithHttpCommandTests.cs b/tests/Aspire.Hosting.Tests/WithHttpCommandTests.cs index e0659ee6e79..daca5107af6 100644 --- a/tests/Aspire.Hosting.Tests/WithHttpCommandTests.cs +++ b/tests/Aspire.Hosting.Tests/WithHttpCommandTests.cs @@ -4,7 +4,6 @@ using System.Net; using Aspire.Hosting.Testing; using Aspire.Hosting.Utils; -using Aspire.TestUtilities; using Microsoft.AspNetCore.InternalTesting; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Http.Resilience; @@ -401,7 +400,6 @@ public async Task WithHttpCommand_CallsGetResponseCallback_AfterSendingRequest() } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspire/issues/8101")] public async Task WithHttpCommand_EnablesCommandOnceResourceIsRunning() { // Arrange