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;