Unskip tests (#11024)
Fixes https://github.com/aspnet/AspNetCore/issues/4417
This commit is contained in:
parent
bdb9127f85
commit
7ee7f5ddee
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue