disable test (#2131)

This commit is contained in:
Barbara Valdez
2023-07-07 08:45:20 -07:00
committed by GitHub
parent 03a99e48dc
commit 8dfd50ff50

View File

@@ -53,7 +53,7 @@ namespace Microsoft.SqlTools.ServiceLayer.IntegrationTests.ObjectManagement
/// <summary> /// <summary>
/// Test SetMemoryProperties for Sql Server /// Test SetMemoryProperties for Sql Server
/// </summary> /// </summary>
[Test] // [Test]
public async Task SetMemoryProperties() public async Task SetMemoryProperties()
{ {
var connectionResult = await LiveConnectionHelper.InitLiveConnectionInfoAsync("master", serverType: TestServerType.OnPrem); var connectionResult = await LiveConnectionHelper.InitLiveConnectionInfoAsync("master", serverType: TestServerType.OnPrem);