disable unstable test case (#1825)

This commit is contained in:
Alan Ren
2023-01-25 20:21:20 -08:00
committed by GitHub
parent 9cce26fcbd
commit bc0426f946

View File

@@ -218,6 +218,7 @@ namespace Microsoft.SqlTools.ServiceLayer.IntegrationTests.LanguageServer
/// provide signature help. /// provide signature help.
/// </summary> /// </summary>
[Test] [Test]
[Ignore("this test is not stable")]
public async Task GetSignatureHelpReturnsNotNullIfParseInfoInitialized() public async Task GetSignatureHelpReturnsNotNullIfParseInfoInitialized()
{ {
// When we make a connection to a live database // When we make a connection to a live database