From 90611034cf991d6fe04e6edbc6b8df4bf300719c Mon Sep 17 00:00:00 2001 From: Matt Irvine Date: Wed, 6 Dec 2017 16:10:41 -0800 Subject: [PATCH] Disable flaky test (#559) --- .../QueryExecution/Execution/ServiceIntegrationTests.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Microsoft.SqlTools.ServiceLayer.UnitTests/QueryExecution/Execution/ServiceIntegrationTests.cs b/test/Microsoft.SqlTools.ServiceLayer.UnitTests/QueryExecution/Execution/ServiceIntegrationTests.cs index ea7d787f..a58fc6ca 100644 --- a/test/Microsoft.SqlTools.ServiceLayer.UnitTests/QueryExecution/Execution/ServiceIntegrationTests.cs +++ b/test/Microsoft.SqlTools.ServiceLayer.UnitTests/QueryExecution/Execution/ServiceIntegrationTests.cs @@ -476,7 +476,8 @@ namespace Microsoft.SqlTools.ServiceLayer.UnitTests.QueryExecution.Execution } - [Fact] + // TODO reenable and make non-flaky + // [Fact] public async Task SimpleExecuteVerifyResultsTest() { var queryService = Common.GetPrimedExecutionService(Common.StandardTestDataSet, true, false, false, null);