Skip to content

Commit 97a4778

Browse files
Copilotradical
andauthored
Quarantine flaky test NewCommandDerivesOutputPathFromProjectNameForStarterTemplate (#10989)
* Initial plan * Quarantine flaky test NewCommandDerivesOutputPathFromProjectNameForStarterTemplate Co-authored-by: radical <1472+radical@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: radical <1472+radical@users.noreply.github.com>
1 parent 7b2b948 commit 97a4778

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Aspire.Cli.Tests/Commands/NewCommandTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ public async Task NewCommandInteractiveFlowSmokeTest()
7575
}
7676

7777
[Fact]
78+
[QuarantinedTest("https://github.com/dotnet/aspire/issues/10987")]
79+
// Quarantined due to flakiness. See linked issue for details.
7880
public async Task NewCommandDerivesOutputPathFromProjectNameForStarterTemplate()
7981
{
8082
using var workspace = TemporaryWorkspace.Create(outputHelper);

0 commit comments

Comments
 (0)