diff --git a/tests/Aspire.Dashboard.Tests/Integration/Playwright/BrowserTokenAuthenticationTests.cs b/tests/Aspire.Dashboard.Tests/Integration/Playwright/BrowserTokenAuthenticationTests.cs index c63c561ff13..75188ad86da 100644 --- a/tests/Aspire.Dashboard.Tests/Integration/Playwright/BrowserTokenAuthenticationTests.cs +++ b/tests/Aspire.Dashboard.Tests/Integration/Playwright/BrowserTokenAuthenticationTests.cs @@ -11,7 +11,7 @@ namespace Aspire.Dashboard.Tests.Integration.Playwright; -[ActiveIssue("https://github.com/dotnet/aspire/issues/4623", typeof(PlaywrightProvider), nameof(PlaywrightProvider.DoesNotHavePlaywrightSupport))] +[ActiveIssue("https://github.com/dotnet/aspire/issues/4921", typeof(PlaywrightProvider), nameof(PlaywrightProvider.DoesNotHavePlaywrightSupport))] public class BrowserTokenAuthenticationTests : PlaywrightTestsBase { public class BrowserTokenDashboardServerFixture : DashboardServerFixture @@ -54,7 +54,7 @@ await Assertions }); } - [Fact] + [Fact(Skip = "https://github.com/dotnet/aspire/issues/7522")] public async Task BrowserToken_LoginPage_Failure_DisplayFailureMessage() { // Arrange