diff --git a/src/Components/test/E2ETest/Tests/WebAssemblyAuthenticationTests.cs b/src/Components/test/E2ETest/Tests/WebAssemblyAuthenticationTests.cs index c2c69f7295ba..e8045ecb5a7a 100644 --- a/src/Components/test/E2ETest/Tests/WebAssemblyAuthenticationTests.cs +++ b/src/Components/test/E2ETest/Tests/WebAssemblyAuthenticationTests.cs @@ -89,7 +89,6 @@ public void AnonymousUser_GetsRedirectedToLogin_AndBackToOriginalProtectedResour } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/34995")] public void CanPreserveApplicationState_DuringLogIn() { var originalAppState = Browser.Exists(By.Id("app-state")).Text; @@ -156,7 +155,6 @@ public void AnonymousUser_CanRegister_AndGetLoggedIn() ValidateFetchData(); } - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/34995")] [Fact] public void AuthenticatedUser_ProfileIncludesDetails_And_AccessToken() {