mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-06 01:25:43 -05:00
Add connection retry logic to integration tests (#1523)
* Add retry to live connection * Disable migration test * Tune the retry logic * Disable SQLCMD test
This commit is contained in:
@@ -339,6 +339,7 @@ namespace Microsoft.SqlTools.ServiceLayer.IntegrationTests.LanguageServer
|
||||
// Will change to better handling once we have specific SQLCMD intellisense in Language Service
|
||||
/// </summary>
|
||||
[Test]
|
||||
[Ignore("Disable broken test case")]
|
||||
public async Task HandleRequestToChangeToSqlcmdFile()
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user