From cb5ff3ba5fb87dd64fc7a225f302fe29bad4d9a5 Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Fri, 4 Apr 2025 00:33:29 -0400 Subject: [PATCH 1/3] [tests] Re-enable Aspire.Hosting.Testing.Tests.TestingFactoryTests.HttpClientGetTest --- tests/Aspire.Hosting.Testing.Tests/TestingFactoryTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Aspire.Hosting.Testing.Tests/TestingFactoryTests.cs b/tests/Aspire.Hosting.Testing.Tests/TestingFactoryTests.cs index 97391c0d787..12fd9936260 100644 --- a/tests/Aspire.Hosting.Testing.Tests/TestingFactoryTests.cs +++ b/tests/Aspire.Hosting.Testing.Tests/TestingFactoryTests.cs @@ -46,7 +46,6 @@ public void CanGetResources() [Fact] [RequiresDocker] - [QuarantinedTest("https://github.com/dotnet/aspire/issues/4650")] public async Task HttpClientGetTest() { // Wait for the application to be ready From 8d5b9d2ddaec7e845fc7dbc0065a24caadfa95f1 Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Fri, 4 Apr 2025 00:51:56 -0400 Subject: [PATCH 2/3] Quarantine Aspire.Dashboard.Components.Tests.Pages.TraceDetailsTests.Render_ChangeTrace_RowsRendered Issue: https://github.com/dotnet/aspire/issues/8546 --- .../Aspire.Dashboard.Components.Tests/Pages/TraceDetailsTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Aspire.Dashboard.Components.Tests/Pages/TraceDetailsTests.cs b/tests/Aspire.Dashboard.Components.Tests/Pages/TraceDetailsTests.cs index 9e6ea12175a..cd077502904 100644 --- a/tests/Aspire.Dashboard.Components.Tests/Pages/TraceDetailsTests.cs +++ b/tests/Aspire.Dashboard.Components.Tests/Pages/TraceDetailsTests.cs @@ -82,6 +82,7 @@ public void Render_HasTrace_SubscriptionRemovedOnDispose() } [Fact] + [QuarantinedTest("https://github.com/dotnet/aspire/issues/8546")] public async Task Render_ChangeTrace_RowsRendered() { // Arrange From 71f176db862d4cdab7eba1e8cd37db339b3b96e8 Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Fri, 4 Apr 2025 02:35:23 -0400 Subject: [PATCH 3/3] fix build --- .../Aspire.Dashboard.Components.Tests/Pages/TraceDetailsTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Aspire.Dashboard.Components.Tests/Pages/TraceDetailsTests.cs b/tests/Aspire.Dashboard.Components.Tests/Pages/TraceDetailsTests.cs index cd077502904..4904fae0400 100644 --- a/tests/Aspire.Dashboard.Components.Tests/Pages/TraceDetailsTests.cs +++ b/tests/Aspire.Dashboard.Components.Tests/Pages/TraceDetailsTests.cs @@ -11,6 +11,7 @@ using Aspire.Dashboard.Model.Otlp; using Aspire.Dashboard.Otlp.Model; using Aspire.Dashboard.Otlp.Storage; +using Aspire.TestUtilities; using Bunit; using Google.Protobuf.Collections; using Microsoft.AspNetCore.InternalTesting;