We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AuthTest
1 parent 2312991 commit 46ef939Copy full SHA for 46ef939
src/Components/test/E2ETest/Tests/AuthTest.cs
@@ -6,6 +6,7 @@
6
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
7
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
8
using Microsoft.AspNetCore.E2ETesting;
9
+using Microsoft.AspNetCore.Testing;
10
using OpenQA.Selenium;
11
using Xunit;
12
using Xunit.Abstractions;
@@ -122,6 +123,7 @@ public void AuthorizeViewCases_RequireRole_NotAuthorized()
122
123
}
124
125
[Fact]
126
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/33657")]
127
public void AuthorizeViewCases_RequirePolicy_Authorized()
128
{
129
SignInAs("Bert", null);
0 commit comments