From 5bed4df12320e5d4591fba9f3673338a82874f4f Mon Sep 17 00:00:00 2001 From: sfc-gh-ext-simba-lf Date: Fri, 9 Feb 2024 12:48:25 -0800 Subject: [PATCH] SNOW-916949: Skip test that require manual setup --- Snowflake.Data.Tests/IntegrationTests/SFConnectionIT.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Snowflake.Data.Tests/IntegrationTests/SFConnectionIT.cs b/Snowflake.Data.Tests/IntegrationTests/SFConnectionIT.cs index 2470068eb..f312a02bc 100644 --- a/Snowflake.Data.Tests/IntegrationTests/SFConnectionIT.cs +++ b/Snowflake.Data.Tests/IntegrationTests/SFConnectionIT.cs @@ -818,6 +818,7 @@ public void TestOktaConnection() } [Test] + [Ignore("This test requires manual setup and therefore cannot be run in CI")] public void TestOktaConnectionUntilMaxTimeout() { var expectedMaxRetryCount = 15; @@ -2093,6 +2094,7 @@ public void TestExplicitTransactionOperationsTracked() [Test] + [Ignore("This test requires manual setup and therefore cannot be run in CI")] public void TestAsyncOktaConnectionUntilMaxTimeout() { var expectedMaxRetryCount = 15;