Unskip tests (#11024)

Fixes https://github.com/aspnet/AspNetCore/issues/4417
This commit is contained in:
Pranav K 2019-06-10 09:02:21 -07:00 committed by GitHub
parent bdb9127f85
commit 7ee7f5ddee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1004,7 +1004,7 @@ namespace Microsoft.AspNetCore.Mvc.ApplicationModels
Assert.Empty(action.Attributes);
}
[Theory(Skip = "https://github.com/aspnet/AspNetCore/issues/4417")]
[Theory]
[InlineData(typeof(SingleRouteAttributeController))]
[InlineData(typeof(MultipleRouteAttributeController))]
public void CreateActionModel_RouteOnController_CreatesOneActionInfoPerRouteTemplateOnAction(Type controller)