We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2b948 commit 97a4778Copy full SHA for 97a4778
tests/Aspire.Cli.Tests/Commands/NewCommandTests.cs
@@ -75,6 +75,8 @@ public async Task NewCommandInteractiveFlowSmokeTest()
75
}
76
77
[Fact]
78
+ [QuarantinedTest("https://github.com/dotnet/aspire/issues/10987")]
79
+ // Quarantined due to flakiness. See linked issue for details.
80
public async Task NewCommandDerivesOutputPathFromProjectNameForStarterTemplate()
81
{
82
using var workspace = TemporaryWorkspace.Create(outputHelper);
0 commit comments