Make the test input a bit more reasonable (#11067)
This commit is contained in:
parent
147f5afb1e
commit
1ffc2351b8
|
|
@ -344,7 +344,6 @@ namespace Microsoft.AspNetCore.Mvc.ModelBinding.Binders
|
|||
|
||||
[Theory]
|
||||
[MemberData(nameof(ConvertibleTypeData))]
|
||||
[Flaky("https://github.com/aspnet/AspNetCore-Internal/issues/2626", FlakyOn.AzP.Linux)]
|
||||
public async Task BindModel_ReturnsModel_IfAttemptedValueIsValid_FrenchThirtyTwoThousandPointOne(Type destinationType)
|
||||
{
|
||||
// Arrange
|
||||
|
|
|
|||
Loading…
Reference in New Issue