Quarantine failing test (#24415)

* Quarantine failing test

* Update DefaultControllerFactoryTest.cs
This commit is contained in:
William Godbe 2020-07-29 15:51:44 -07:00 committed by GitHub
parent ae840db2cc
commit cf728173d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc.Infrastructure;
using Microsoft.AspNetCore.Mvc.ModelBinding;
using Microsoft.AspNetCore.Mvc.ModelBinding.Validation;
using Microsoft.AspNetCore.Testing;
using Moq;
using Xunit;
@ -186,6 +187,7 @@ namespace Microsoft.AspNetCore.Mvc.Controllers
}
[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/24414")]
public void DefaultControllerFactory_DelegatesDisposalToControllerActivator()
{
// Arrange