diff --git a/tests/Aspire.Dashboard.Components.Tests/Pages/TraceDetailsTests.cs b/tests/Aspire.Dashboard.Components.Tests/Pages/TraceDetailsTests.cs index 9e6ea12175a..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; @@ -82,6 +83,7 @@ public void Render_HasTrace_SubscriptionRemovedOnDispose() } [Fact] + [QuarantinedTest("https://github.com/dotnet/aspire/issues/8546")] public async Task Render_ChangeTrace_RowsRendered() { // Arrange 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