Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions tests/Aspire.Cli.Tests/Commands/NewCommandTests.cs
Original file line number Diff line number Diff line change
@@ -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 Aspire.Cli.Backchannel;
Expand Down Expand Up @@ -81,7 +81,6 @@ public async Task NewCommandInteractiveFlowSmokeTest()
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspire/issues/10987")]
// Quarantined due to flakiness. See linked issue for details.
public async Task NewCommandDerivesOutputPathFromProjectNameForStarterTemplate()
{
Expand Down Expand Up @@ -139,7 +138,6 @@ public async Task NewCommandDerivesOutputPathFromProjectNameForStarterTemplate()
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspire/issues/11034")]
public async Task NewCommandDoesNotPromptForProjectNameIfSpecifiedOnCommandLine()
{
var promptedForName = false;
Expand Down Expand Up @@ -466,7 +464,6 @@ public async Task NewCommandDoesNotPromptForTemplateIfSpecifiedOnCommandLine()
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspire/issues/11172")]
public async Task NewCommandDoesNotPromptForTemplateVersionIfSpecifiedOnCommandLine()
{
bool promptedForTemplateVersion = false;
Expand Down
4 changes: 1 addition & 3 deletions tests/Aspire.Cli.Tests/Commands/PublishCommandTests.cs
Original file line number Diff line number Diff line change
@@ -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 Aspire.Cli.Commands;
using Aspire.Cli.Interaction;
using Aspire.Cli.Tests.Utils;
using Aspire.Cli.Tests.TestServices;
using Aspire.TestUtilities;
using Microsoft.AspNetCore.InternalTesting;
using Microsoft.Extensions.DependencyInjection;
using Aspire.Cli.Utils;
Expand Down Expand Up @@ -163,7 +162,6 @@ public async Task PublishCommandFailsWhenAppHostCrashesBeforeBackchannelEstablis
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspire/issues/9870")]
public async Task PublishCommandSucceedsEndToEnd()
{
// Arrange
Expand Down
4 changes: 1 addition & 3 deletions tests/Aspire.Cli.Tests/Commands/RunCommandTests.cs
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -14,7 +14,6 @@
using Aspire.Cli.Tests.TestServices;
using Aspire.Cli.Tests.Utils;
using Aspire.Cli.Utils;
using Aspire.TestUtilities;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
Expand Down Expand Up @@ -414,7 +413,6 @@ public async Task AppHostHelper_BuildAppHostAsync_IncludesRelativePathInStatusMe
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspire/issues/11169")]
public async Task RunCommand_SkipsBuild_WhenExtensionDevKitCapabilityIsAvailable()
{
var buildCalled = false;
Expand Down
Original file line number Diff line number Diff line change
@@ -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.Threading.Channels;
Expand All @@ -10,7 +10,6 @@
using Aspire.Dashboard.Utils;
using Aspire.Hosting.ConsoleLogs;
using Aspire.Tests.Shared.DashboardModel;
using Aspire.TestUtilities;
using Bunit;
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.InternalTesting;
Expand Down Expand Up @@ -324,7 +323,6 @@ public async Task ResourceName_ViaUrlAndResourceLoaded_LogViewerUpdated()
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspire/issues/12740")]
public async Task ReadingLogs_ErrorDuringRead_SetStatusAndLog()
{
// Arrange
Expand Down
Original file line number Diff line number Diff line change
@@ -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 Aspire.TestUtilities;
Expand Down Expand Up @@ -30,7 +30,6 @@ public BrowserTokenAuthenticationTests(BrowserTokenDashboardServerFixture dashbo
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspire/issues/7921")]
[OuterloopTest("Resource-intensive Playwright browser test")]
public async Task BrowserToken_LoginPage_Success_RedirectToResources()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,6 @@ public async Task AzureServiceBusEmulatorResourceGeneratesConfigJsonOnlyChangedP

[Fact]
[RequiresDocker]
[QuarantinedTest("https://github.com/dotnet/aspire/issues/12524")]
public async Task AzureServiceBusEmulatorResourceGeneratesConfigJsonWithCustomizations()
{
using var builder = TestDistributedApplicationBuilder.Create();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// 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 Aspire.TestUtilities;
using Aspire.Hosting.ApplicationModel;
using Aspire.Hosting.Utils;
using Aspire.TestUtilities;
using Azure.Storage.Blobs;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Diagnostics.HealthChecks;
Expand Down Expand Up @@ -207,7 +207,6 @@ public async Task VerifyAzureStorageEmulatorResource()

[Fact]
[RequiresDocker]
[QuarantinedTest("https://github.com/dotnet/aspire/issues/9139")]
public async Task VerifyAzureStorageEmulator_blobcontainer_auto_created()
{
var cts = new CancellationTokenSource(TimeSpan.FromMinutes(3));
Expand Down
3 changes: 1 addition & 2 deletions tests/Aspire.Hosting.JavaScript.Tests/NodeFunctionalTests.cs
Original file line number Diff line number Diff line change
@@ -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 Aspire.TestUtilities;
Expand All @@ -19,7 +19,6 @@ public NodeFunctionalTests(NodeAppFixture nodeJsFixture)
[Fact]
[RequiresTools(["node"])]
[ActiveIssue("https://github.com/dotnet/aspire/issues/4508", typeof(PlatformDetection), nameof(PlatformDetection.IsRunningFromAzdo))]
[QuarantinedTest("https://github.com/dotnet/aspire/issues/8920")]
public async Task VerifyNodeAppWorks()
{
using var cts = new CancellationTokenSource(TestConstants.LongTimeoutDuration);
Expand Down
5 changes: 2 additions & 3 deletions tests/Aspire.Hosting.Testing.Tests/TestingBuilderTests.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// 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.Net.Http.Json;
using System.Reflection;
using Aspire.TestUtilities;
using Aspire.Hosting.Tests;
using Aspire.Hosting.Tests.Utils;
using Aspire.Hosting.Utils;
using Aspire.TestProject;
using Aspire.TestUtilities;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
Expand Down Expand Up @@ -348,7 +348,6 @@ public async Task CanOverrideLaunchProfileViaArgs(string launchProfileName, bool
/// </summary>
[Theory]
[RequiresDocker]
[QuarantinedTest("https://github.com/dotnet/aspire/issues/9712")]
[InlineData("http", false)]
[InlineData("http", true)]
[InlineData("https", false)]
Expand Down
3 changes: 1 addition & 2 deletions tests/Aspire.Hosting.Tests/DistributedApplicationTests.cs
Original file line number Diff line number Diff line change
@@ -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 ASPIRECERTIFICATES001
Expand Down Expand Up @@ -1259,7 +1259,6 @@ public async Task StartAsync_DashboardAuthConfig_PassedToDashboardProcess(string
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspire/issues/4651")]
public async Task StartAsync_UnsecuredAllowAnonymous_PassedToDashboardProcess()
{
const string testName = "dashboard-allow-anonymous";
Expand Down
3 changes: 1 addition & 2 deletions tests/Aspire.Hosting.Tests/ResourceCommandServiceTests.cs
Original file line number Diff line number Diff line change
@@ -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.Threading.Channels;
Expand Down Expand Up @@ -109,7 +109,6 @@ public async Task ExecuteCommandAsync_ResourceNameMultipleMatches_Success()
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspire/issues/9832")]
public async Task ExecuteCommandAsync_HasReplicas_Success_CalledPerReplica()
{
// Arrange
Expand Down
6 changes: 1 addition & 5 deletions tests/Aspire.Hosting.Tests/WithHttpCommandTests.cs
Original file line number Diff line number Diff line change
@@ -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.Net;
Expand Down Expand Up @@ -271,7 +271,6 @@ protected override Task<HttpResponseMessage> SendAsync(HttpRequestMessage reques
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspire/issues/9818")]
public async Task WithHttpCommand_UsesEndpointSelector()
{
// Arrange
Expand Down Expand Up @@ -315,7 +314,6 @@ await app.ResourceNotifications.PublishUpdateAsync(serviceA.Resource, s => s wit
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspire/issues/9789")]
public async Task WithHttpCommand_CallsPrepareRequestCallback_BeforeSendingRequest()
{
// Arrange
Expand Down Expand Up @@ -360,7 +358,6 @@ public async Task WithHttpCommand_CallsPrepareRequestCallback_BeforeSendingReque
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspire/issues/9772")]
public async Task WithHttpCommand_CallsGetResponseCallback_AfterSendingRequest()
{
// Arrange
Expand Down Expand Up @@ -451,7 +448,6 @@ await app.ResourceNotifications.PublishUpdateAsync(service.Resource, s => s with
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspire/issues/9811")]
public async Task WithHttpCommand_EnablesCommandUsingCustomUpdateStateCallback()
{
// Arrange
Expand Down
Loading