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()
276276
277277 [ X64Fact ( "x86 output differs from Baseline" ) ]
278278 [ TestCategory ( "Binary" ) ]
279- //Skipping test temporarily. This test will be re-enabled once the cause of failures has been determined
280- [ Trait ( "Category" , "SkipInCI" ) ]
281279 public void BinaryClassifierSymSgdTest ( )
282280 {
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
284282 // Windows runs.
285283 if ( RuntimeInformation . IsOSPlatform ( OSPlatform . Linux ) )
286284 return ;
287285
288- //Results sometimes go out of error tolerance on OS X.
286+ // TODO: Results sometimes go out of error tolerance on OS X.
289287 if ( RuntimeInformation . IsOSPlatform ( OSPlatform . OSX ) )
290288 return ;
291289
You can’t perform that action at this time.
0 commit comments