Skip to content

Commit

Permalink
SNOW-916949: Skip test that require manual setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-lf committed Feb 9, 2024
1 parent 0fd4856 commit 5bed4df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Snowflake.Data.Tests/IntegrationTests/SFConnectionIT.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 5bed4df

Please sign in to comment.