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
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading