File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
test/Microsoft.ML.Predictor.Tests Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -276,16 +276,14 @@ public void BinaryClassifierLogisticRegressionTest()
276
276
277
277
[ X64Fact ( "x86 output differs from Baseline" ) ]
278
278
[ TestCategory ( "Binary" ) ]
279
- //Skipping test temporarily. This test will be re-enabled once the cause of failures has been determined
280
- [ Trait ( "Category" , "SkipInCI" ) ]
281
279
public void BinaryClassifierSymSgdTest ( )
282
280
{
283
- // Linux uses a version of MKL that doesn't support conditional numerical reproducibility the same way as
281
+ // TODO: Linux uses a version of MKL that doesn't support conditional numerical reproducibility the same way as
284
282
// Windows runs.
285
283
if ( RuntimeInformation . IsOSPlatform ( OSPlatform . Linux ) )
286
284
return ;
287
285
288
- //Results sometimes go out of error tolerance on OS X.
286
+ // TODO: Results sometimes go out of error tolerance on OS X.
289
287
if ( RuntimeInformation . IsOSPlatform ( OSPlatform . OSX ) )
290
288
return ;
291
289
You can’t perform that action at this time.
0 commit comments