Disable flaky test (#559)

This commit is contained in:
Matt Irvine
2017-12-06 16:10:41 -08:00
committed by GitHub
parent 64133d929e
commit 90611034cf

View File

@@ -476,7 +476,8 @@ namespace Microsoft.SqlTools.ServiceLayer.UnitTests.QueryExecution.Execution
} }
[Fact] // TODO reenable and make non-flaky
// [Fact]
public async Task SimpleExecuteVerifyResultsTest() public async Task SimpleExecuteVerifyResultsTest()
{ {
var queryService = Common.GetPrimedExecutionService(Common.StandardTestDataSet, true, false, false, null); var queryService = Common.GetPrimedExecutionService(Common.StandardTestDataSet, true, false, false, null);