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 @@ -246,7 +246,6 @@ await pipeline.ExecuteAsync(async token =>

[Fact]
[RequiresDocker]
[QuarantinedTest("https://github.com/dotnet/aspire/issues/5937")]
public async Task VerifyWithInitBindMount()
{
// Creates a script that should be executed when the container is initialized.
Expand Down
3 changes: 0 additions & 3 deletions tests/Aspire.Hosting.Tests/DistributedApplicationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ public Task AfterEndpointsAllocatedAsync(DistributedApplicationModel appModel, C
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspire/issues/4651")]
public async Task TestServicesWithMultipleReplicas()
{
var replicaCount = 3;
Expand Down Expand Up @@ -571,7 +570,6 @@ public async Task VerifyExecutableStopStartWorks()

[Fact]
[RequiresDocker]
[QuarantinedTest("https://github.com/dotnet/aspire/issues/8871")]
public async Task SpecifyingEnvPortInEndpointFlowsToEnv()
{
const string testName = "ports-flow-to-env";
Expand Down Expand Up @@ -953,7 +951,6 @@ await Assert.ThrowsAnyAsync<Exception>(async () =>

[Fact]
[RequiresSSLCertificate]
[QuarantinedTest("https://github.com/dotnet/aspire/issues/4599")]
public async Task ProxylessAndProxiedEndpointBothWorkOnSameResource()
{
const string testName = "proxyless-and-proxied-endpoints";
Expand Down