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);
|
Assert.Empty(action.Attributes);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Theory(Skip = "https://github.com/aspnet/AspNetCore/issues/4417")]
|
[Theory]
|
||||||
[InlineData(typeof(SingleRouteAttributeController))]
|
[InlineData(typeof(SingleRouteAttributeController))]
|
||||||
[InlineData(typeof(MultipleRouteAttributeController))]
|
[InlineData(typeof(MultipleRouteAttributeController))]
|
||||||
public void CreateActionModel_RouteOnController_CreatesOneActionInfoPerRouteTemplateOnAction(Type controller)
|
public void CreateActionModel_RouteOnController_CreatesOneActionInfoPerRouteTemplateOnAction(Type controller)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue