Skip model binding test due to environment changes (#10923) (#10931)

This commit is contained in:
dotnet-maestro-bot 2019-06-05 20:35:29 -07:00 committed by John Luo
parent fcda7fd7d0
commit 8627096084
1 changed files with 2 additions and 1 deletions

View File

@ -342,7 +342,8 @@ namespace Microsoft.AspNetCore.Mvc.ModelBinding.Binders
Assert.True(bindingContext.ModelState.ContainsKey("theModelName"));
}
[Theory]
[ConditionalTheory]
[OSSkipCondition(OperatingSystems.Linux, SkipReason = "https://github.com/aspnet/AspNetCore-Internal/issues/2626")]
[MemberData(nameof(ConvertibleTypeData))]
[Flaky("https://github.com/aspnet/AspNetCore-Internal/issues/2626", FlakyOn.AzP.Linux)]
public async Task BindModel_ReturnsModel_IfAttemptedValueIsValid_FrenchThirtyTwoThousandPointOne(Type destinationType)