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}";