From 93f719f6ff72922e6718ad095e7307191efab64d Mon Sep 17 00:00:00 2001 From: Krzysztof Nozderko Date: Tue, 23 Apr 2024 13:17:36 +0000 Subject: [PATCH] more ingoring --- Snowflake.Data.Tests/IntegrationTests/SFConnectionIT.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Snowflake.Data.Tests/IntegrationTests/SFConnectionIT.cs b/Snowflake.Data.Tests/IntegrationTests/SFConnectionIT.cs index e289fdf43..86484c8e9 100644 --- a/Snowflake.Data.Tests/IntegrationTests/SFConnectionIT.cs +++ b/Snowflake.Data.Tests/IntegrationTests/SFConnectionIT.cs @@ -22,6 +22,7 @@ namespace Snowflake.Data.Tests.IntegrationTests using System.Net.Http; [TestFixture] + [Ignore("debugging")] // !!! class SFConnectionIT : SFBaseTest { private static readonly SFLogger s_logger = SFLoggerFactory.GetLogger();