Revert "Skipping model validation tests temporarily to unblock mirror"
This reverts commit e25bfa8919.
This commit is contained in:
parent
b18e96717a
commit
19cb15be54
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue