mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 18:47:57 -05:00
Disable flaky test (#559)
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user