From ecf5ae8b76ec275ba2b3b61d740c46eb56b7d1fd Mon Sep 17 00:00:00 2001 From: Ashwini Khade Date: Fri, 18 Oct 2019 11:00:50 -0700 Subject: [PATCH] Askhade/disable csharptests (#2172) Disable flaky c# test For agility --- csharp/test/Microsoft.ML.OnnxRuntime.Tests/InferenceTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/test/Microsoft.ML.OnnxRuntime.Tests/InferenceTest.cs b/csharp/test/Microsoft.ML.OnnxRuntime.Tests/InferenceTest.cs index 963f314304..4072fd3f26 100644 --- a/csharp/test/Microsoft.ML.OnnxRuntime.Tests/InferenceTest.cs +++ b/csharp/test/Microsoft.ML.OnnxRuntime.Tests/InferenceTest.cs @@ -390,7 +390,7 @@ namespace Microsoft.ML.OnnxRuntime.Tests } - [Theory] + [Theory(Skip = "TestPreTrainedModels is flaky and is blocking CI build progress. Enable it once this is fixed.")] [MemberData(nameof(GetModelsForTest))] [MemberData(nameof(GetSkippedModelForTest), Skip = "Skipped due to Error, please fix the error and enable the test")] private void TestPreTrainedModels(string opset, string modelName)