diff --git a/tests/Aspire.Cli.EndToEnd.Tests/ResourceCommandTests.cs b/tests/Aspire.Cli.EndToEnd.Tests/ResourceCommandTests.cs index 92b92539615..b32fd53f209 100644 --- a/tests/Aspire.Cli.EndToEnd.Tests/ResourceCommandTests.cs +++ b/tests/Aspire.Cli.EndToEnd.Tests/ResourceCommandTests.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 Aspire.Cli.EndToEnd.Tests.Helpers; @@ -6,6 +6,7 @@ using Aspire.Cli.Tests.Utils; using Hex1b.Automation; using Xunit; +using Aspire.TestUtilities; namespace Aspire.Cli.EndToEnd.Tests; @@ -145,6 +146,7 @@ public async Task ResourceCommand_SetAndDeleteParameterUpdatesDescribeOutput() [Fact] [CaptureWorkspaceOnFailure] + [QuarantinedTest("https://github.com/microsoft/aspire/issues/17485")] public async Task ResourceCommand_FailsWhenInteractionServiceIsRequired() { var repoRoot = CliE2ETestHelpers.GetRepoRoot();