Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-knozderko committed Apr 23, 2024
1 parent 0f05d05 commit e4a5c61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Snowflake.Data.Tests/IntegrationTests/SFDbCommandIT.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ public void TestCancelExecuteAsync()
}

[Test]
[Ignore("debugging")] // !!!
public void TestExecuteAsyncWithMaxRetryReached()
{
var mockRestRequester = new MockRetryUntilRestTimeoutRestRequester()
Expand Down Expand Up @@ -936,6 +937,7 @@ public void TestExecuteScalarNull()
}

[Test]
[Ignore("debugging")] // !!!
public void TestExecuteWithMaxRetryReached()
{
var mockRestRequester = new MockRetryUntilRestTimeoutRestRequester()
Expand Down

0 comments on commit e4a5c61

Please sign in to comment.