diff --git a/tests/Aspire.Dashboard.Tests/Integration/Playwright/AppBarTests.cs b/tests/Aspire.Dashboard.Tests/Integration/Playwright/AppBarTests.cs index aa5a20b9532..f48b6b5d031 100644 --- a/tests/Aspire.Dashboard.Tests/Integration/Playwright/AppBarTests.cs +++ b/tests/Aspire.Dashboard.Tests/Integration/Playwright/AppBarTests.cs @@ -10,6 +10,7 @@ namespace Aspire.Dashboard.Tests.Integration.Playwright; +[RequiresPlaywright] public class AppBarTests : PlaywrightTestsBase { public AppBarTests(DashboardServerFixture dashboardServerFixture)