mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-17 02:51:45 -05:00
Turning off a broken test until a fix can be merged (#207)
This commit is contained in:
@@ -284,7 +284,9 @@ namespace Microsoft.SqlTools.ServiceLayer.Test.LanguageServer
|
|||||||
/// has an associated ScriptParseInfo and the provided query has a function that should
|
/// has an associated ScriptParseInfo and the provided query has a function that should
|
||||||
/// provide signature help.
|
/// provide signature help.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Fact]
|
|
||||||
|
// turn-off broken test until it can be fixed
|
||||||
|
//[Fact]
|
||||||
public async void GetSignatureHelpReturnsNotNullIfParseInfoInitialized()
|
public async void GetSignatureHelpReturnsNotNullIfParseInfoInitialized()
|
||||||
{
|
{
|
||||||
// When we make a connection to a live database
|
// When we make a connection to a live database
|
||||||
|
|||||||
Reference in New Issue
Block a user