Skip to content

Commit 67b6652

Browse files
author
John Luo
committed
Remove 2.x workaround for BindModel_ReturnsModel_IfAttemptedValueIsValid_FrenchThirtyTwoThousandPointOne failure
1 parent 8627096 commit 67b6652

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Mvc/Mvc.Core/test/ModelBinding/Binders/FloatingPointTypeModelBinderTestOfT.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,7 @@ public async Task BindModel_ReturnsModel_IfAttemptedValueIsValid_ThirtyTwoThousa
342342
Assert.True(bindingContext.ModelState.ContainsKey("theModelName"));
343343
}
344344

345-
[ConditionalTheory]
346-
[OSSkipCondition(OperatingSystems.Linux, SkipReason = "https://github.com/aspnet/AspNetCore-Internal/issues/2626")]
345+
[Theory]
347346
[MemberData(nameof(ConvertibleTypeData))]
348347
[Flaky("https://github.com/aspnet/AspNetCore-Internal/issues/2626", FlakyOn.AzP.Linux)]
349348
public async Task BindModel_ReturnsModel_IfAttemptedValueIsValid_FrenchThirtyTwoThousandPointOne(Type destinationType)

0 commit comments

Comments
 (0)