Revert "Skipping model validation tests temporarily to unblock mirror"

This reverts commit e25bfa8919.
This commit is contained in:
Kiran Challa 2017-04-03 17:13:49 -07:00
parent b18e96717a
commit 19cb15be54
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ namespace Microsoft.AspNetCore.Mvc.IntegrationTests
Assert.Equal(2, products.Count());
}
[Fact(Skip = "https://github.com/aspnet/Mvc/issues/6058")]
[Fact]
public async Task ModelMetadataTypeAttribute_InvalidPropertiesAndSubPropertiesOnBaseClass_HasModelStateErrors()
{
// Arrange

View File

@ -75,7 +75,7 @@ namespace Microsoft.AspNetCore.Mvc.IntegrationTests
Assert.Empty(modelStateErrors);
}
[Fact(Skip = "https://github.com/aspnet/Mvc/issues/6058")]
[Fact]
[ReplaceCulture]
public void TryValidateModel_CollectionsModel_ReturnsErrorsForInvalidProperties()
{