Skip to content
Open
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
4 changes: 3 additions & 1 deletion tests/Aspire.Cli.EndToEnd.Tests/DockerDeploymentTests.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
// 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.EndToEnd.Tests.Helpers;
using Aspire.Cli.Tests.Utils;
using Hex1b;
using Hex1b.Automation;
using Xunit;
using Aspire.TestUtilities;

namespace Aspire.Cli.EndToEnd.Tests;

Expand All @@ -19,6 +20,7 @@ public sealed class DockerDeploymentTests(ITestOutputHelper output)
private const string ProjectName = "AspireDockerDeployTest";

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspire/issues/14129")]
public async Task CreateAndDeployToDockerCompose()
{
using var workspace = TemporaryWorkspace.Create(output);
Expand Down
Loading