diff --git a/tests/Aspire.Cli.Tests/Commands/RunCommandTests.cs b/tests/Aspire.Cli.Tests/Commands/RunCommandTests.cs index 39e7d71292e..ed971058056 100644 --- a/tests/Aspire.Cli.Tests/Commands/RunCommandTests.cs +++ b/tests/Aspire.Cli.Tests/Commands/RunCommandTests.cs @@ -1,4 +1,4 @@ -// 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 System.Runtime.CompilerServices; @@ -403,6 +403,7 @@ public async Task AppHostHelper_BuildAppHostAsync_IncludesRelativePathInStatusMe } [Fact] + [ActiveIssue("https://github.com/dotnet/aspire/issues/14321")] public async Task RunCommand_SkipsBuild_WhenExtensionDevKitCapabilityIsAvailable() { var buildCalled = false;