From 22e0e22c8d220f499b3c4f7648929a940eda5227 Mon Sep 17 00:00:00 2001 From: Zeeshan Siddiqui Date: Thu, 31 May 2018 01:33:02 -0700 Subject: [PATCH] disable test that fails intermittently. --- test/Microsoft.ML.Tests/Scenarios/ClusteringTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.ML.Tests/Scenarios/ClusteringTests.cs b/test/Microsoft.ML.Tests/Scenarios/ClusteringTests.cs index b9c6713af7..15cf60dc10 100644 --- a/test/Microsoft.ML.Tests/Scenarios/ClusteringTests.cs +++ b/test/Microsoft.ML.Tests/Scenarios/ClusteringTests.cs @@ -77,7 +77,7 @@ public class ClusteringData public float[] Points; } - [Fact] + [Fact(Skip = "Fails intermittently, see https://github.com/dotnet/machinelearning/issues/249")] public void PredictClusters() { int n = 1000;