Skip to content

Commit cf72817

Browse files
authored
Quarantine failing test (#24415)
* Quarantine failing test * Update DefaultControllerFactoryTest.cs
1 parent ae840db commit cf72817

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Mvc/Mvc.Core/test/Controllers/DefaultControllerFactoryTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
using Microsoft.AspNetCore.Mvc.Infrastructure;
88
using Microsoft.AspNetCore.Mvc.ModelBinding;
99
using Microsoft.AspNetCore.Mvc.ModelBinding.Validation;
10+
using Microsoft.AspNetCore.Testing;
1011
using Moq;
1112
using Xunit;
1213

@@ -186,6 +187,7 @@ public void CreateController_ThrowsIConstructorCannotBeActivated()
186187
}
187188

188189
[Fact]
190+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/24414")]
189191
public void DefaultControllerFactory_DelegatesDisposalToControllerActivator()
190192
{
191193
// Arrange

0 commit comments

Comments
 (0)