Skip to content

Commit 46ef939

Browse files
authored
Quarantine an AuthTest (#33658)
- see #33657
1 parent 2312991 commit 46ef939

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Components/test/E2ETest/Tests/AuthTest.cs

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
77
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
88
using Microsoft.AspNetCore.E2ETesting;
9+
using Microsoft.AspNetCore.Testing;
910
using OpenQA.Selenium;
1011
using Xunit;
1112
using Xunit.Abstractions;
@@ -122,6 +123,7 @@ public void AuthorizeViewCases_RequireRole_NotAuthorized()
122123
}
123124

124125
[Fact]
126+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/33657")]
125127
public void AuthorizeViewCases_RequirePolicy_Authorized()
126128
{
127129
SignInAs("Bert", null);

0 commit comments

Comments
 (0)