From e190581094fb444af63fd34e691e7dc8b543c2c3 Mon Sep 17 00:00:00 2001 From: Hai Cao Date: Wed, 15 Jun 2022 15:46:48 -0700 Subject: [PATCH] Disable failing integration test (#1540) --- .../Admin/DatabaseAdminTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/Admin/DatabaseAdminTests.cs b/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/Admin/DatabaseAdminTests.cs index f413821f..20f70ba0 100644 --- a/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/Admin/DatabaseAdminTests.cs +++ b/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/Admin/DatabaseAdminTests.cs @@ -64,7 +64,7 @@ namespace Microsoft.SqlTools.ServiceLayer.IntegrationTests.AdminServices /// /// Get a default database info object /// - [Test] + [Ignore("Test is failing in the integration test pipeline.")] public async Task GetDefaultDatebaseInfoTest() { var result = GetLiveAutoCompleteTestObjects(); @@ -84,7 +84,7 @@ namespace Microsoft.SqlTools.ServiceLayer.IntegrationTests.AdminServices /// /// Get database info test /// - [Test] + [Ignore("Test is failing in the integration test pipeline.")] public async Task GetDatabaseInfoTest() { var results = GetLiveAutoCompleteTestObjects();