Skip to content

Commit 7ee7f5d

Browse files
authored
Unskip tests (#11024)
Fixes #4417
1 parent bdb9127 commit 7ee7f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mvc/Mvc.Core/test/ApplicationModels/DefaultApplicationModelProviderTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ public void CreateActionModel_RouteAttributeOnController_CreatesAttributeRoute_F
10041004
Assert.Empty(action.Attributes);
10051005
}
10061006

1007-
[Theory(Skip = "https://github.com/aspnet/AspNetCore/issues/4417")]
1007+
[Theory]
10081008
[InlineData(typeof(SingleRouteAttributeController))]
10091009
[InlineData(typeof(MultipleRouteAttributeController))]
10101010
public void CreateActionModel_RouteOnController_CreatesOneActionInfoPerRouteTemplateOnAction(Type controller)

0 commit comments

Comments
 (0)