diff --git a/test/Microsoft.ML.Predictor.Tests/TestPredictors.cs b/test/Microsoft.ML.Predictor.Tests/TestPredictors.cs index 4a93d3468d..0f801bf9e9 100644 --- a/test/Microsoft.ML.Predictor.Tests/TestPredictors.cs +++ b/test/Microsoft.ML.Predictor.Tests/TestPredictors.cs @@ -225,7 +225,7 @@ public void BinaryClassifierLogisticRegressionTest() Done(); } - [Fact(Skip = "Need CoreTLC specific baseline update")] + [Fact] [TestCategory("Binary")] public void BinaryClassifierTesterThresholdingTest() {