We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae840db commit cf72817Copy full SHA for cf72817
src/Mvc/Mvc.Core/test/Controllers/DefaultControllerFactoryTest.cs
@@ -7,6 +7,7 @@
7
using Microsoft.AspNetCore.Mvc.Infrastructure;
8
using Microsoft.AspNetCore.Mvc.ModelBinding;
9
using Microsoft.AspNetCore.Mvc.ModelBinding.Validation;
10
+using Microsoft.AspNetCore.Testing;
11
using Moq;
12
using Xunit;
13
@@ -186,6 +187,7 @@ public void CreateController_ThrowsIConstructorCannotBeActivated()
186
187
}
188
189
[Fact]
190
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/24414")]
191
public void DefaultControllerFactory_DelegatesDisposalToControllerActivator()
192
{
193
// Arrange
0 commit comments