File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/Mvc/Mvc.Core/test/ModelBinding/Binders Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 5
5
using System . Globalization ;
6
6
using System . Threading . Tasks ;
7
7
using Microsoft . AspNetCore . Testing ;
8
+ using Microsoft . AspNetCore . Testing . xunit ;
8
9
using Xunit ;
9
10
10
11
namespace Microsoft . AspNetCore . Mvc . ModelBinding . Binders
@@ -341,7 +342,8 @@ public async Task BindModel_ReturnsModel_IfAttemptedValueIsValid_ThirtyTwoThousa
341
342
Assert . True ( bindingContext . ModelState . ContainsKey ( "theModelName" ) ) ;
342
343
}
343
344
344
- [ Theory ]
345
+ [ ConditionalTheory ]
346
+ [ OSSkipCondition ( OperatingSystems . Linux , SkipReason = "https://github.com/aspnet/AspNetCore-Internal/issues/2626" ) ]
345
347
[ MemberData ( nameof ( ConvertibleTypeData ) ) ]
346
348
public async Task BindModel_ReturnsModel_IfAttemptedValueIsValid_FrenchThirtyTwoThousandPointOne ( Type destinationType )
347
349
{
You can’t perform that action at this time.
0 commit comments