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 fa1113f commit 95ec9adCopy full SHA for 95ec9ad
tests/Aspire.Cli.Tests/Projects/ProjectLocatorTests.cs
@@ -9,7 +9,6 @@
9
using Aspire.Cli.Tests.TestServices;
10
using Aspire.Cli.Tests.Utils;
11
using Aspire.Cli.Utils;
12
-using Aspire.TestUtilities;
13
using Microsoft.Extensions.Configuration;
14
using Microsoft.Extensions.Logging.Abstractions;
15
@@ -156,7 +155,6 @@ public async Task UseOrFindAppHostProjectFileFallsBackWhenSettingsFileSpecifiesN
156
155
}
157
158
[Fact]
159
- [QuarantinedTest("https://github.com/dotnet/aspire/issues/9652")]
160
public async Task UseOrFindAppHostProjectFilePromptsWhenMultipleFilesFound()
161
{
162
var logger = NullLogger<ProjectLocator>.Instance;
0 commit comments