From b680affe73809f21df454700d0b2529cdd15ce8b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 20:56:38 +0000 Subject: [PATCH 1/2] Initial plan From 08907300e6347a5c2e13d79e5a9e96436812f637 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 21:02:39 +0000 Subject: [PATCH 2/2] Remove ActiveIssue attribute from PerTestFrameworkTemplatesTests Co-authored-by: radical <1472+radical@users.noreply.github.com> --- tests/Aspire.Templates.Tests/PerTestFrameworkTemplatesTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Aspire.Templates.Tests/PerTestFrameworkTemplatesTests.cs b/tests/Aspire.Templates.Tests/PerTestFrameworkTemplatesTests.cs index 00ca34cf47d..a835f4dfd49 100644 --- a/tests/Aspire.Templates.Tests/PerTestFrameworkTemplatesTests.cs +++ b/tests/Aspire.Templates.Tests/PerTestFrameworkTemplatesTests.cs @@ -23,7 +23,6 @@ public PerTestFrameworkTemplatesTests(string testType, ITestOutputHelper testOut [RequiresFeature(TestFeature.Playwright)] [Trait("category", "basic-build")] [OuterLoop("playwright test")] - [ActiveIssue("https://github.com/dotnet/aspire/issues/8011")] public async Task TemplatesForIndividualTestFrameworks(string prefix) { var id = $"{prefix}-{_testTemplateName}";